aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 22476f9..7a386f8 100644
--- a/README.md
+++ b/README.md
@@ -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: