From 62f75c9af09aae96f0f5b234fd5497486688e15d Mon Sep 17 00:00:00 2001 From: John Cobb Date: Sun, 2 Jun 2024 16:49:23 -0600 Subject: [PATCH] Updated best practices --- john.m2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/john.m2 b/john.m2 index e6f5aa8..a4061ba 100644 --- a/john.m2 +++ b/john.m2 @@ -14,7 +14,7 @@ restart debug needsPackage "Varieties" check "Varieties" -These are all the commands that are needed to register changes to the package. +These are all the commands that should be run to register changes to the package. That is, open Macaulay2 FROM `Varieties.m2'. If you did it currently, running currentDirectory() will give you the directory where Varieties.m2 is located. -- The following puts in a debugger and makes the error codes actually useful. The default mode I guess is "not useful". -- Lower the error depth if it is still not useful -- lower the error depth, the more information you get.