Skip to content

Commit 22872d6

Browse files
Update README.md (#2856)
1 parent 4c30cb9 commit 22872d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ shipped with Julia v1.0 and above.
1010
## Using the development version of Pkg.jl
1111

1212
If you want to develop this package do the following steps:
13-
- Clone the repo anywhere.
13+
- Make a fork and then clone the repo locally on your computer
1414
- In line 2 of the `Project.toml` file (the line that begins with `uuid = ...`), modify the UUID, e.g. change the `44cf...` to `54cf...`.
1515
- Change the current directory to the Pkg repo you just cloned and start julia with `julia --project`.
1616
- `import Pkg` will now load the files in the cloned repo instead of the Pkg stdlib .

0 commit comments

Comments
 (0)