We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c30cb9 commit 22872d6Copy full SHA for 22872d6
README.md
@@ -10,7 +10,7 @@ shipped with Julia v1.0 and above.
10
## Using the development version of Pkg.jl
11
12
If you want to develop this package do the following steps:
13
-- Clone the repo anywhere.
+- Make a fork and then clone the repo locally on your computer
14
- In line 2 of the `Project.toml` file (the line that begins with `uuid = ...`), modify the UUID, e.g. change the `44cf...` to `54cf...`.
15
- Change the current directory to the Pkg repo you just cloned and start julia with `julia --project`.
16
- `import Pkg` will now load the files in the cloned repo instead of the Pkg stdlib .
0 commit comments