README.md: Mention that colmena apply also builds

This commit is contained in:
Zhaofeng Li 2021-06-29 15:09:52 -07:00
parent 3c86de06d9
commit 56aa6bf3ce

View file

@ -127,7 +127,7 @@ Here is a sample `hive.nix` with two nodes, with some common configurations appl
```
The full set of options can be found at `src/nix/eval.nix`.
Run `colmena build` in the same directory to build the configuration, or do `colmena apply` to deploy it to all nodes.
Run `colmena build` in the same directory to build the configuration, or do `colmena apply` to build and deploy it to all nodes.
## Tutorial with Flakes
@ -166,7 +166,7 @@ Here is a short example:
```
The full set of options can be found at `src/nix/eval.nix`.
Run `colmena build` in the same directory to build the configuration, or do `colmena apply` to deploy it to all nodes.
Run `colmena build` in the same directory to build the configuration, or do `colmena apply` to build and deploy it to all nodes.
## `colmena introspect`