forked from DGNum/colmena
manual: Make mdbook-linkcheck happy
This commit is contained in:
parent
16bf9899c5
commit
64534a744c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
**Colmena** is a simple, stateless [NixOS](https://nixos.org) deployment tool modeled after [NixOps](https://github.com/NixOS/nixops) and [morph](https://github.com/DBCDK/morph), written in Rust.
|
**Colmena** is a simple, stateless [NixOS](https://nixos.org) deployment tool modeled after [NixOps](https://github.com/NixOS/nixops) and [morph](https://github.com/DBCDK/morph), written in Rust.
|
||||||
It's a thin wrapper over Nix commands like `nix-instantiate` and `nix-copy-closure`, and supports parallel deployment.
|
It's a thin wrapper over Nix commands like `nix-instantiate` and `nix-copy-closure`, and supports parallel deployment.
|
||||||
|
|
||||||
Interested? Get started [here](tutorial)!
|
Interested? Get started [here](./tutorial/index.md)!
|
||||||
|
|
||||||
<pre><div class="hljs">$ <b>colmena apply --on @tag-a</b>
|
<pre><div class="hljs">$ <b>colmena apply --on @tag-a</b>
|
||||||
[INFO ] Enumerating nodes...
|
[INFO ] Enumerating nodes...
|
||||||
|
|
Loading…
Reference in a new issue