From b5267a376f16c8371e6ecf358be4729bbaa3933c Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Tue, 14 Feb 2023 10:23:43 +0100 Subject: [PATCH] README: document RSYNC_DEVEL env variable --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 536fbe7..37afbc8 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ the remote hostname. $ RSYNC=c make watch +When developing against a remote host as a normal user, `RSYNC_DEVEL` can be +set to upload code changes to `~/.local/share/cockpit/` instead of +`/usr/local`. + + $ RSYNC_DEVEL=example.com make watch + To "uninstall" the locally installed version, run `make devel-uninstall`, or remove manually the symlink: