authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-20 20:59:07 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-08-20 20:59:07 -07:00
log5e71286f1f066f13c97c6a5936503460de4d50cf
treefde704c92c1886bd1aa4ff992eb0cb5fd3dbd5f0
parent8282282a8ffd6c512c36ea7ed429d3c73e6d2ea4

docs/cmd/ci- add more comments


1 files changed, 2 insertions(+), 0 deletions(-)

docs/commands/ci.md+2
...@@ -5,3 +5,5 @@ zigmod ci...@@ -5,3 +5,5 @@ zigmod ci
55
6- This command takes no parameters and will do almost exactly the same thing as the [`fetch`](./fetch.md) command, except it will read version strings from your `zigmod.lock` file instead of from dependencies' `zig.mod` definitions.6- This command takes no parameters and will do almost exactly the same thing as the [`fetch`](./fetch.md) command, except it will read version strings from your `zigmod.lock` file instead of from dependencies' `zig.mod` definitions.
7- Inspired by the [`npm ci`](https://docs.npmjs.com/cli/ci.html) command.7- Inspired by the [`npm ci`](https://docs.npmjs.com/cli/ci.html) command.
8- Enables [Reproducible builds](https://reproducible-builds.org/).
9- Often used in Continuous Integration environments.