aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3ff3774..c49c4cc 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,8 @@ For trying the latest commit of `fair-viewer`, without installing it, execute th
```console
cd /tmp
wget http://git.conocimientoslibres.ga/software/fair-viewer.git/snapshot/fair-viewer-1.0.6.zip -O fair-viewer-1.0.6.zip
- unzip -n fair-viewer-main.zip
- cd fair-viewer-main/bin
+ unzip -n fair-viewer-1.0.6.zip
+ cd fair-viewer-1.0.6/bin
./fair-viewer
```