We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6121872 commit 743aba4Copy full SHA for 743aba4
docs/src/index.md
@@ -8,7 +8,9 @@ Package URLs (PURLs) are a standardized way to identify and locate software pack
8
9
```julia
10
using Pkg
11
-Pkg.add("PackageURL")
+using Pkg
12
+Pkg.add(url="https://github.com/s-celles/PackageURL.jl") # until unregistered
13
+#Pkg.add("PackageURL") # when registered to General registry
14
```
15
16
## Quick Start
0 commit comments