From a43265727401a579c9f6d2916bb0293de0b0e28b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?krunch3r=20=E2=80=A0KJM=E2=80=A0?= <46289600+krunch3r76@users.noreply.github.com> Date: Tue, 29 Nov 2022 01:54:05 -0800 Subject: [PATCH] Update README.md tag to 0.8.1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bdc9e33..19fc365 100755 --- a/README.md +++ b/README.md @@ -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.8.0 -> v0.8.0 + * [new tag] v0.8.1 -> v0.8.1 ``` # upgrade installation to latest tag, wiping current installation @@ -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.8.0 +(gc__listoffers)$ git checkout v0.8.1 ``` # usage ## ensure python3-tk is installed @@ -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.8.0 +./gc__listoffers$ git checkout v0.8.1 ./gc__listoffers$ python3 gc__listoffers.py ``` On Windows: