Skip to content

Commit 560426e

Browse files
Araqsurvivorm
authored andcommitted
atlas: minor doc improvements (nim-lang#21183)
* closes nim-lang#20808 * atlas: better docs
1 parent b1de8c7 commit 560426e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tools/atlas/atlas.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ a `nim.cfg` file for the compiler. For example:
2828
```
2929

3030
The version selection is deterministic, it picks up the *minimum* required
31-
version. Thanks to this design, lock files are not required.
31+
version. Thanks to this design, lock files are much less important.
3232

3333

3434
## Dependencies
@@ -75,3 +75,7 @@ then `clone <url>` is performed.
7575
Search the package index `packages.json` for a package that the given terms
7676
in its description (or name or list of tags).
7777

78+
79+
### Install <proj.nimble>
80+
81+
Use the .nimble file to setup the project's dependencies.

0 commit comments

Comments
 (0)