forked from DGNum/colmena
README.md: Mention that colmena apply
also builds
This commit is contained in:
parent
3c86de06d9
commit
56aa6bf3ce
1 changed files with 2 additions and 2 deletions
|
@ -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`.
|
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
|
## 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`.
|
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`
|
## `colmena introspect`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue