Skip to content

Commit a08a664

Browse files
Merge pull request #5 from jason-c-daniels/fix/installing-md-updated
fixed an issue with the text in INSTALLING.md referencing jcd-new instead of git-ver
2 parents 136f598 + a70946c commit a08a664

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/INSTALLING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Installing `jcd-new` from a zip file.
1+
# Installing `git-ver` from a zip file.
22
* First unzip the release you got from GitHub to a location of your choosing.
33
* Then cd into that directory and execute install.sh
44

55
## Example
66
```bash
77
# 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
1010

1111
# Install to your personal bin folder, which you already have in your PATH.
1212
bash ./install.sh ~/bin
1313

1414
# 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
1616
```
1717

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`.

0 commit comments

Comments
 (0)