aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 13 insertions, 13 deletions
diff --git a/README.md b/README.md
index ef98266..3f1f21e 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,19 @@ A lightweight application (fork of [youtube-viewer](https://github.com/trizen/yo
The project is in its early stages of development and some features are not implemented yet.
+### TRY
+
+For trying the latest commit of `fair-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
+```
+
### INSTALLATION
To install `fair-viewer`, run:
@@ -36,19 +49,6 @@ To install `gtk-fair-viewer` along with `fair-viewer`, run:
sudo ./Build install
```
-### TRY
-
-For trying the latest commit of `fair-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: