diff options
author | trizen <trizen@protonmail.com> | 2020-11-01 20:19:17 +0200 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-11-09 17:40:40 -0500 |
commit | 60afbd4f5bc06fdc62cb71df61439a212f698c2b (patch) | |
tree | 5b88e72503a9095c9153ce9480205ee63b08527b | |
parent | 3855c43f51e7639fa2e29c6f4d01fd2fcf56ed02 (diff) | |
download | fair-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.md | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -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: |