summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2022-12-27 14:30:26 +0100
committerGitHub <noreply@github.com>2022-12-27 14:30:26 +0100
commit82d80e6e2cb09652e15d8ec81621bba734872aaa (patch)
tree610e8fa4fecf2812c0a13234c396543f65038a53
parentf232329bb12fc9d93fe1e09769e291eae4e2953d (diff)
downloadNim-82d80e6e2cb09652e15d8ec81621bba734872aaa.tar.gz
atlas: minor doc improvements (#21183)
* closes #20808

* atlas: better docs
-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.