summary refs log tree commit diff stats
path: root/tools/atlas/atlas.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/atlas/atlas.md')
-rw-r--r--tools/atlas/atlas.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/atlas/atlas.md b/tools/atlas/atlas.md
index a36817dc5..ee770cd62 100644
--- a/tools/atlas/atlas.md
+++ b/tools/atlas/atlas.md
@@ -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.