aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrizen <trizen@protonmail.com>2020-11-01 20:19:17 +0200
committerJesús <heckyel@hyperbola.info>2020-11-09 17:40:40 -0500
commit60afbd4f5bc06fdc62cb71df61439a212f698c2b (patch)
tree5b88e72503a9095c9153ce9480205ee63b08527b
parent3855c43f51e7639fa2e29c6f4d01fd2fcf56ed02 (diff)
downloadfair-viewer-60afbd4f5bc06fdc62cb71df61439a212f698c2b.tar.lz
fair-viewer-60afbd4f5bc06fdc62cb71df61439a212f698c2b.tar.xz
fair-viewer-60afbd4f5bc06fdc62cb71df61439a212f698c2b.zip
modified: README.md -- moved the TRY section before INSTALL
Signed-off-by: Jesús <heckyel@hyperbola.info>
-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: