Skip to content
Snippets Groups Projects
Commit 34bf7439 authored by Auri's avatar Auri
Browse files

Amend documentation

parent cf065723
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ link:https://curl.haxx.se/[curl].
== Installation & initial set-up
1. `git clone git+https://owo.codes/whats-this/owo.sh.git owo.sh && cd owo.sh`.
1. `git clone https://owo.codes/whats-this/owo.sh.git owo.sh && cd owo.sh`.
2. `git checkout $REV` where `$REV` is a release. Latest (recommended!) is `v2.0.0`.
3. `sudo make install`. If you do not wish to install to `/usr/local`, you may
use `make install "PREFIX=$HOME/.local"`, though on most systems this will
......
......@@ -14,10 +14,10 @@ OWO_ASSOCIATED=
# set to one of the CDN domains
# see: https://whats-th.is/faq.html#how-to-access-files
DOMAIN="owo.whats-th.is"
OWO_DOMAIN="owo.whats-th.is"
# set to prevent owo(1) from buffering standard input to a file on disk
# see: mktemp(1)
NO_BUFFER=
OWO_NO_BUFFER=
# vim: syntax=sh:softtabstop=4:tabstop=4:shiftwidth=4:expandtab
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment