summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-11-23 20:52:36 +0530
committerAndinus <andinus@nand.sh>2020-11-23 20:54:56 +0530
commitfd9bde6f64c8d792c555678dc1dee8ae3665156e (patch)
treec908414c7428a61e825291303eee892fc5f3c2e0
parent48668b05251a69110944df51800e88d01f6e2942 (diff)
downloaddraco-fd9bde6f64c8d792c555678dc1dee8ae3665156e.tar.gz
Update install instructions in README v0.2.0
-rw-r--r--README.org27
1 files changed, 10 insertions, 17 deletions
diff --git a/README.org b/README.org
index 34ad4c4..ab1273f 100644
--- a/README.org
+++ b/README.org
@@ -29,7 +29,15 @@ they're listed below. All dependencies are in Debian & Fedora
 repositories.
 
 Check the /News/ section before updating or downloading latest release.
-** Dependencies
+
+1. Download the release:
+   - https://git.tilde.institute/andinus/draco
+   - https://github.com/andinus/draco/releases
+2. Extract the file.
+3. =cd= into the directory.
+4. Run =make install= as root.
+5. Install dependencies.
+* Dependencies
 #+BEGIN_SRC sh
 # Install dependencies. (OpenBSD)
 doas pkg_add p5-Unicode-LineBreak p5-JSON-MaybeXS
@@ -42,23 +50,8 @@ sudo apt install libunicode-linebreak-perl libjson-maybexs-perl \
 # Install dependencies. (Fedora - dnf based)
 sudo dnf install perl-JSON-MaybeXS perl-HTTP-Tiny perl-Unicode-LineBreak
 #+END_SRC
-** v0.1.3
-#+BEGIN_SRC sh
-# Get the release tar.
-curl -O \
-     https://git.tilde.institute/andinus/draco/snapshot/draco-0.1.3.tar.gz
-
-# Extract the files.
-tar xzf draco-0.1.3.tar.gz
-
-# `cd' into the directory.
-cd draco-0.1.3/
-
-# Install. (Use sudo if doas is not present)
-doas make install
-#+END_SRC
 * News
-** v0.2.0  2020-11-23
+** v0.2.0 - 2020-11-23
 This version makes the script lot more complex. If you download only
 small threads then this update is not required.