atlas: minor doc improvements (#21183)

* closes #20808

* atlas: better docs
This commit is contained in:
Andreas Rumpf
2022-12-27 14:30:26 +01:00
committed by GitHub
parent f232329bb1
commit 82d80e6e2c

View File

@@ -28,7 +28,7 @@ a `nim.cfg` file for the compiler. For example:
```
The version selection is deterministic, it picks up the *minimum* required
version. Thanks to this design, lock files are not required.
version. Thanks to this design, lock files are much less important.
## Dependencies
@@ -75,3 +75,7 @@ then `clone <url>` is performed.
Search the package index `packages.json` for a package that the given terms
in its description (or name or list of tags).
### Install <proj.nimble>
Use the .nimble file to setup the project's dependencies.