diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -36,6 +36,19 @@ To install `gtk-fair-viewer` along with `fair-viewer`, run: sudo ./Build install ``` +### TRY + +For trying the latest commit of `straw-viewer`, without installing it, execute the following commands: + +```console +cd /tmp +wget https://libregit.org/heckyel/fair-viewer/archive/master.zip -O fair-viewer-master.zip +unzip -n fair-viewer-master.zip +cd fair-viewer-master/bin +perl -pi -ne 's{DEVEL = 0}{DEVEL = 1}' {gtk-,}fair-viewer +./fair-viewer +``` + ### CONFIGURATIONS for `fair-viewer`, run: |