Skip to content

Commit

Permalink
update tag in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
krunch3r76 committed Jul 8, 2022
1 parent 401d0c2 commit b4ba2a1
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.6.7 -> v0.6.7
* [new tag] v0.7.0 -> v0.7.0
```

# 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.6.7
(gc__listoffers)$ git checkout v0.7.0
```
# 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.6.7
./gc__listoffers$ git checkout v0.7.0
./gc__listoffers$ python3 gc__listoffers.py
```
On Windows:
Expand Down

0 comments on commit b4ba2a1

Please sign in to comment.