Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krunch3r76 authored Sep 17, 2023
1 parent ea7afe4 commit cb9ddd3
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.10.1 -> v0.10.1
* [new tag] v0.10.2 -> v0.10.2
```

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

0 comments on commit cb9ddd3

Please sign in to comment.