diff --git a/docs/commands/ci.md b/docs/commands/ci.md index 50fa9865d8d6ebcaa481271de61e85f7cc824c90..f6092cd5dde1cd99e68a782bd9ba05b188ab38ac 100644 --- a/docs/commands/ci.md +++ b/docs/commands/ci.md @@ -5,3 +5,5 @@ zigmod ci - 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. - Inspired by the [`npm ci`](https://docs.npmjs.com/cli/ci.html) command. +- Enables [Reproducible builds](https://reproducible-builds.org/). +- Often used in Continuous Integration environments.