From 28bbbd46f3303920fd52e4eaccc53543f575f75b Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Sat, 9 Mar 2024 18:47:43 -0500 Subject: [PATCH] remove line about changing UUID to dev in readme (#3837) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 61b0cd7c5a..588f5a43ba 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ shipped with Julia v1.0 and above. If you want to develop this package do the following steps: - Make a fork and then clone the repo locally on your computer -- In line 2 of the `Project.toml` file (the line that begins with `uuid = ...`), modify the UUID, e.g. change the `44cf...` to `54cf...`. - Change the current directory to the Pkg repo you just cloned and start julia with `julia --project`. - `import Pkg` will now load the files in the cloned repo instead of the Pkg stdlib . - To test your changes, simply do `include("test/runtests.jl")`.