diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |