We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395c054 commit f259856Copy full SHA for f259856
1 file changed
README.md
@@ -46,7 +46,7 @@ add https://github.com/TheDisorderedOrganization/ParticlesMC.git
46
2. Using the Pkg API:
47
```julia
48
using Pkg
49
-Pkg.add("https://github.com/TheDisorderedOrganization/ParticlesMC.git")
+Pkg.add(url="https://github.com/TheDisorderedOrganization/ParticlesMC.git")
50
```
51
52
### Building ParticlesMC
0 commit comments