diff options
author | Case Duckworth | 2020-06-01 15:13:31 -0500 |
---|---|---|
committer | Case Duckworth | 2020-06-01 15:13:31 -0500 |
commit | 23273c9fbaf7d8a31895d2dc53c537c15a9ffd11 (patch) | |
tree | 31a71204f9514cc32eb99f4589470c1be01669a5 | |
parent | update README (diff) | |
download | bollux-23273c9fbaf7d8a31895d2dc53c537c15a9ffd11.tar.gz bollux-23273c9fbaf7d8a31895d2dc53c537c15a9ffd11.zip |
Add INSTALL section
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md index df4e33e..07ddde5 100644 --- a/README.md +++ b/README.md | |||
@@ -27,6 +27,26 @@ inspired by | |||
27 | * implement TOFU? | 27 | * implement TOFU? |
28 | * recognize more protocols | 28 | * recognize more protocols |
29 | 29 | ||
30 | # INSTALL | ||
31 | |||
32 | ## From source | ||
33 | |||
34 | ``` | ||
35 | $ git clone https://git.sr.ht/~acdw/bollux | ||
36 | $ cd bollux | ||
37 | # make install | ||
38 | ``` | ||
39 | |||
40 | ## Alternative | ||
41 | |||
42 | ``` | ||
43 | $ curl -fLo bollux https://git.sr.ht/~acdw/bollux/blob/0.2.2/bollux | ||
44 | $ chmod +x bollux | ||
45 | $ ./bollux | ||
46 | ``` | ||
47 | |||
48 | It's a bash script, so just plop it in your $PATH somewhere. | ||
49 | |||
30 | # LICENSE | 50 | # LICENSE |
31 | 51 | ||
32 | MIT | 52 | MIT |