diff options
author | Jesús <heckyel@hyperbola.info> | 2021-07-09 15:31:08 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-07-09 15:31:08 -0500 |
commit | b9c32022c3bea9127c781974f04ef135eb8b58e9 (patch) | |
tree | ae5a69b2116b4078ae9188bef7422a802f518a33 | |
parent | 739c821a54c01816e60eb5f774c8977a1e221ea0 (diff) | |
download | fair-viewer-b9c32022c3bea9127c781974f04ef135eb8b58e9.tar.lz fair-viewer-b9c32022c3bea9127c781974f04ef135eb8b58e9.tar.xz fair-viewer-b9c32022c3bea9127c781974f04ef135eb8b58e9.zip |
[README.md]: update
-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 ``` |