From baef8a6d6054e5ef432fdb86b401eab63dc03049 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 15 Aug 2024 16:33:12 +0200 Subject: [PATCH] docs: more examples --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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