summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSIGSEGV <adityakr082@gmail.com>2022-02-21 10:58:58 +0530
committerGitHub <noreply@github.com>2022-02-21 10:58:58 +0530
commitcd65bd1d0b697e6d7b088ee8c809fb4a19adb1bc (patch)
tree2d1f2ca716652bf9ddff251d9d6e57c4f023d9ed
parent8e2e94abfde29d393debc4bc7aa879a3cf8116b5 (diff)
update README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 01a8ea5..8f937ca 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ The script takes a directory or image, adds various effects and caches the image
Clone the repo and run the script. The script is very simple and takes two parameters:
* `<install-mode>`: (string) 'user' installs to '~/.local/bin/', 'system' installs to '/usr/local/bin'
- * `[<version>]`: (string) defaults to local, which will install from the local copy of the repo. Use 'latest', which will determine the latest tag from git or specified branch/tag
+ * `[<version>]`: (string) defaults to local, which will install from the local copy of the repo. Use 'latest', which will discard any chnage made locally and update the repo
For system-installation:
```sh