]> git.armaanb.net Git - gen-shell.git/blobdiff - README.md
Update LICENSE year
[gen-shell.git] / README.md
index 36bddf655478a850813155d6d674b82eff4b358d..516bbcb600ef1ca1249a61ba2ffc52f33b505ac7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
 # gen-shell
+[![builds.sr.ht status](https://builds.sr.ht/~armaan/gen-shell/commits/.build.yml.svg)](https://builds.sr.ht/~armaan/gen-shell/commits/.build.yml?)
+
 A simple way to turn any command into a shell with arrow key/history support (if compiled with libreadline). Forked from [taskshell](https://github.com/GothenburgBitFactory/taskshell).
 
 ## Usage
@@ -6,7 +8,7 @@ See `gen-shell --help`
 
 ## Installation
 ### From a binary
-Binaries can be downloaded from the refs tab above. NB: these binaries are compiled against libreadline version 8
+Binaries can be downloaded from [here](https://builds.sr.ht/~armaan/gen-shell/commits/.build.yml). NB: these binaries are compiled against libreadline version 8
 
 ### From source
 Dependencies:  
@@ -22,6 +24,6 @@ cmake .
 sudo make install
 ```
 ## License
-Following suit from taskshell, gen-shell is MIT licensed by Armaan Bhojwani, 2020. Gen-shell is forked from taskshell, which was developed by [these people](https://github.com/GothenburgBitFactory/taskshell/blob/master/AUTHORS).
+Following suit from taskshell, gen-shell is MIT licensed by Armaan Bhojwani, 2021. Gen-shell is forked from taskshell, which was developed by [these people](https://github.com/GothenburgBitFactory/taskshell/blob/master/AUTHORS).
 
 Gen-shell uses the [Sarge library](https://github.com/MayaPosch/Sarge) for parsing command-line arguments. Sarge was written by Maya Posch and is BSD 3-Clause licensed.