Skip to content

Commit

Permalink
readme version patch tag
Browse files Browse the repository at this point in the history
  • Loading branch information
krunch3r76 committed Aug 21, 2022
1 parent 1f5a75c commit 060eae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ this video demos basic functionality
(gc_listoffers)$ git fetch
From github.com:krunch3r76/gc__listoffers
d87b579..01f72be master -> origin/master
* [new tag] v0.7.0 -> v0.7.0
* [new tag] v0.7.1 -> v0.7.1
```

# upgrade installation to latest tag, wiping current installation
Expand All @@ -32,7 +32,7 @@ From github.com:krunch3r76/gc__listoffers
(gc__listoffers)$ git reset --hard HEAD
(gc__listoffers)$ git pull
(gc__listoffers)$ git clean -dfx
(gc__listoffers)$ git checkout v0.7.0
(gc__listoffers)$ git checkout v0.7.1
```
# usage
## ensure python3-tk is installed
Expand All @@ -43,7 +43,7 @@ From github.com:krunch3r76/gc__listoffers
```bash
$ git clone https://github.com/krunch3r76/gc__listoffers.git
$ cd gc__listoffers
./gc__listoffers$ git checkout v0.7.0
./gc__listoffers$ git checkout v0.7.1
./gc__listoffers$ python3 gc__listoffers.py
```
On Windows:
Expand Down

0 comments on commit 060eae1

Please sign in to comment.