From 56aa6bf3cec3130d03b8dc8084d5d2d0b676906f Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Tue, 29 Jun 2021 15:09:52 -0700 Subject: [PATCH] README.md: Mention that `colmena apply` also builds --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb632d1..3c7cafd 100644 --- a/README.md +++ b/README.md @@ -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`