File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # Installing ` jcd-new ` from a zip file.
1
+ # Installing ` git-ver ` from a zip file.
2
2
* First unzip the release you got from GitHub to a location of your choosing.
3
3
* Then cd into that directory and execute install.sh
4
4
5
5
## Example
6
6
``` bash
7
7
# On linux, in the directory you downloaded the zip file to, and with the unzip command already installed.
8
- unzip jcd-new_v0 .0.2.zip -d ./jcd-new_v0 .0.2
9
- cd jcd-new_v0 .0.2
8
+ unzip git-ver_v0 .0.2.zip -d ./git-ver_v0 .0.2
9
+ cd git-ver_v0 .0.2
10
10
11
11
# Install to your personal bin folder, which you already have in your PATH.
12
12
bash ./install.sh ~ /bin
13
13
14
14
# Now verify the installation worked. NOTE: This won't work if ~/bin isn't in your PATH.
15
- jcd-new --version
15
+ git-ver --version
16
16
```
17
17
18
- # Uninstalling ` jcd-new `
19
- Delete the files from the locations listed from running ` jcd-new locations` .
18
+ # Uninstalling ` git-ver `
19
+ Delete the files from the locations listed from running ` git-ver show- locations` .
You can’t perform that action at this time.
0 commit comments