From c89930b0d94528c66c24098e9b9f9edf21b01591 Mon Sep 17 00:00:00 2001 From: Tal Walter Date: Sat, 27 Feb 2021 11:11:53 +0900 Subject: Fix examples/system/README.md: `deploy` -> `deploy-rs` --- examples/system/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/system/README.md b/examples/system/README.md index 7cddbf7..07033e3 100644 --- a/examples/system/README.md +++ b/examples/system/README.md @@ -11,6 +11,6 @@ This is an example of how to deploy a full nixos system with a separate user uni 1. Run bare system from `.#nixosConfigurations.bare` - `nix build .#nixosConfigurations.bare.config.system.build.vm` - `QEMU_NET_OPTS=hostfwd=tcp::2221-:22 ./result/bin/run-bare-system-vm` -2. `nix run github:serokell/deploy` +2. `nix run github:serokell/deploy-rs` 3. ??? 4. PROFIT!!! -- cgit v1.2.3