File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 33Registries contain information about packages, such as
44available releases and dependencies, and where they can be downloaded.
55The ` General ` registry (https://github.com/JuliaRegistries/General )
6- is the default one, and is installed automatically.
6+ is the default one, and is installed automatically if there are no
7+ other registries installed.
78
89## Managing registries
910
@@ -19,7 +20,11 @@ the [Registry API Reference](@ref) section.
1920
2021A custom registry can be added with the ` registry add ` command
2122from the Pkg REPL. Usually this will be done with a URL to the
22- registry. Here we add the ` General ` registry:
23+ registry.
24+
25+ Adding a custom registry might cause the ` General ` registry to not
26+ be added automatically. In that case, we can simply add the ` General `
27+ registry manually:
2328
2429``` julia-repl
2530pkg> registry add https://github.com/JuliaRegistries/General
You can’t perform that action at this time.
0 commit comments