summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-05-10 18:44:24 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-05-10 18:44:24 +0300
commitbc85e46f8b8a548379144732a3218bfe686f2f63 (patch)
tree1bbeff72fabdd5a789e1e750f69719f39ec6d315 /README.md
parent0acaefe57f32e2afffab13a988d8b29d3f6eb1aa (diff)
Squashed 'gitstatus/' changes from 32b7b674..6a4f0fc0
6a4f0fc0 add missing \n in error messages d2fd0166 update build instructions git-subtree-dir: gitstatus git-subtree-split: 6a4f0fc0cadc214bbe4051bf87d87033558aeed8
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4acd2869..f6a00bf1 100644
--- a/README.md
+++ b/README.md
@@ -473,6 +473,9 @@ want to build in docker (`-d docker`) or to allow automatic downloading of libgi
The following code should work. If it doesn't, please open an issue.
+**IMPORTANT:** *Change version to what you want to package. This example doesn't get updated when
+new versions are released.*
+
```zsh
curl -fsSLO https://github.com/romkatv/gitstatus/archive/v1.0.0.tar.gz
tar -xzf v1.0.0.tar.gz
@@ -485,7 +488,7 @@ cd gitstatus-1.0.0
)
./build
rm deps/libgit2-*.tar.gz
-for file in gitstatus.plugin.zsh gitstatus.prompt.zsh install; do
+for file in *.zsh install; do
zsh -fc "zcompile -R -- $file.zwc $file"
done
```