@@ -156,7 +156,7 @@ including:
156
156
- ` dev ` : default directory for package development
157
157
- ` logs ` : log files (e.g. ` manifest_usage.toml ` , ` repl_history.jl ` )
158
158
- ` packages ` : installed package versions
159
- - ` registries ` : clones of registries (e.g. ` Uncurated ` )
159
+ - ` registries ` : clones of registries (e.g. ` General ` )
160
160
161
161
** Load path:** a stack of environments where package identities, their
162
162
dependencies, and entry-points are searched for. The load path is controlled in
@@ -209,9 +209,9 @@ In the Pkg REPL packages can be added with the `add` command followed by the nam
209
209
```
210
210
(v0.7) pkg> add Example
211
211
Cloning default registries into /Users/kristoffer/.julia/registries
212
- Cloning registry Uncurated from "https://github.com/JuliaRegistries/Uncurated .git"
213
- Updating registry at `~/.julia/registries/Uncurated `
214
- Updating git-repo `https://github.com/JuliaRegistries/Uncurated .git`
212
+ Cloning registry General from "https://github.com/JuliaRegistries/General .git"
213
+ Updating registry at `~/.julia/registries/General `
214
+ Updating git-repo `https://github.com/JuliaRegistries/General .git`
215
215
Resolving package versions...
216
216
Updating `~/.julia/environments/v0.7/Project.toml`
217
217
[7876af07] + Example v0.5.1
@@ -221,7 +221,7 @@ In the Pkg REPL packages can be added with the `add` command followed by the nam
221
221
```
222
222
223
223
Here we added the package Example to the current project. In this example, we are using a fresh Julia installation,
224
- and this is our first time adding a package using Pkg. By default, Pkg clones Julia's Uncurated registry,
224
+ and this is our first time adding a package using Pkg. By default, Pkg clones Julia's General registry,
225
225
and uses this registry to look up packages requested for inclusion in the current environment.
226
226
The status update shows a short form of the package UUID to the left, then the package name, and the version.
227
227
Since standard libraries (e.g. ` Test ` ) are shipped with Julia, they do not have a version. The project status contains the packages
@@ -477,8 +477,8 @@ shell> ls -l
477
477
total 0
478
478
479
479
(MyProject) pkg> add Example
480
- Updating registry at `~/.julia/registries/Uncurated `
481
- Updating git-repo `https://github.com/JuliaRegistries/Uncurated .git`
480
+ Updating registry at `~/.julia/registries/General `
481
+ Updating git-repo `https://github.com/JuliaRegistries/General .git`
482
482
Resolving package versions...
483
483
Updating `Project.toml`
484
484
[7876af07] + Example v0.5.1
0 commit comments