From bdf9b97c80be1822e8f9dd73208ffc5746edb9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sun, 3 Mar 2019 21:50:41 -0500 Subject: [PATCH] Add note about updating if installed from source --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 564de15..af6be5d 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ $ git clone https://github.com/gitwatch/gitwatch.git $ cd gitwatch $ [sudo] install -b gitwatch.sh /usr/local/bin/gitwatch ``` +#### Update + +If you installed `gitwatch` from source, you can update it by following the exact same steps (or `git pull` rather than clone if you kept the repository around). ### bpkg `gitwatch` can be installed with [bpkg](https://github.com/bpkg/bpkg). Make