From ae16fd673724f3124cf0444f55ad939c63c92c44 Mon Sep 17 00:00:00 2001 From: kat witch Date: Fri, 26 Feb 2021 08:28:40 +0000 Subject: [PATCH] Fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81c2d306..2c53a8db 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ To provision a new host: * add that host to the SSH config in programs.ssh * create a config for that host that contains a meta.deploy.ssh.host -* run `nyx install `. +* run `./nyx install `. To rebuild a host: -* run `nyx build ` where method is optional, can be... switch or boot or such. +* run `,/nyx build ` where method is optional, can be... switch or boot or such.