Skip to content

Commit

Permalink
atlas: minor doc improvements (#21183)
Browse files Browse the repository at this point in the history
* closes #20808

* atlas: better docs
  • Loading branch information
Araq authored Dec 27, 2022
1 parent f232329 commit 82d80e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/atlas/atlas.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

0 comments on commit 82d80e6

Please sign in to comment.