diff --git a/README.md b/README.md index a9c0f18..0bebf1e 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,13 @@ Local (yodaTux): niv update && colmena build --on $(hostname) -v --show-trace && colmena apply-local --sudo ``` -Server: +Remote (yodaTab): + +```shell +niv update && colmena build --on remoteTab -v --show-trace && colmena apply --on remoteTab switch +``` + +Remote (@server): ```shell niv update && colmena build --on @server -v --show-trace && colmena apply --on @server switch