We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1de8c7 commit 560426eCopy full SHA for 560426e
tools/atlas/atlas.md
@@ -28,7 +28,7 @@ a `nim.cfg` file for the compiler. For example:
28
```
29
30
The version selection is deterministic, it picks up the *minimum* required
31
-version. Thanks to this design, lock files are not required.
+version. Thanks to this design, lock files are much less important.
32
33
34
## Dependencies
@@ -75,3 +75,7 @@ then `clone <url>` is performed.
75
Search the package index `packages.json` for a package that the given terms
76
in its description (or name or list of tags).
77
78
+
79
+### Install <proj.nimble>
80
81
+Use the .nimble file to setup the project's dependencies.
0 commit comments