File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ this video demos basic functionality
23
23
(gc_listoffers)$ git fetch
24
24
From github.com:krunch3r76/gc__listoffers
25
25
d87b579..01f72be master -> origin/master
26
- * [new tag] v0.9 .0 -> v0.9 .0
26
+ * [new tag] v0.10 .0 -> v0.10 .0
27
27
```
28
28
29
29
# upgrade installation to latest tag, wiping current installation
@@ -32,7 +32,7 @@ From github.com:krunch3r76/gc__listoffers
32
32
(gc__listoffers)$ git reset --hard HEAD
33
33
(gc__listoffers)$ git pull
34
34
(gc__listoffers)$ git clean -dfx
35
- (gc__listoffers)$ git checkout v0.9 .0
35
+ (gc__listoffers)$ git checkout v0.10 .0
36
36
```
37
37
# usage
38
38
## ensure python3-tk is installed
@@ -43,7 +43,7 @@ From github.com:krunch3r76/gc__listoffers
43
43
``` bash
44
44
$ git clone https://github.com/krunch3r76/gc__listoffers.git
45
45
$ cd gc__listoffers
46
- ./gc__listoffers$ git checkout v0.9 .0
46
+ ./gc__listoffers$ git checkout v0.10 .0
47
47
./gc__listoffers$ python3 gc__listoffers.py
48
48
```
49
49
On Windows:
You can’t perform that action at this time.
0 commit comments