From 731bf264053fe6afd05c3c58e6cd6cad9dbe9ce9 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Thu, 31 Mar 2022 09:46:48 +0200 Subject: [PATCH] README: mention devel-install & devel-uninstall --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2cb534..edc1ea7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,9 @@ automatically minified and compressed. Set `NODE_ENV=production` if you want to duplicate this behavior. For development, you usually want to run your module straight out of the git -tree. To do that, link that to the location were `cockpit-bridge` looks for packages: +tree. To do that, run `make devel-install`, which links your checkout to the +location were cockpit-bridge looks for packages. If you prefer to do +this manually: ``` mkdir -p ~/.local/share/cockpit @@ -49,6 +51,11 @@ the remote hostname. $ RSYNC=c make watch +To "uninstall" the locally installed version, run `make devel-uninstall`, or +remove manually the symlink: + + rm ~/.local/share/cockpit/starter-kit + # Running eslint Cockpit Starter Kit uses [ESLint](https://eslint.org/) to automatically check