aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-28 18:47:24 -0600
committerColin Okay <okay@toyful.space>2022-02-28 18:47:24 -0600
commit1ec4a3f73aafcf3aee58708ffc56ef4c89265b8f (patch)
tree6ea1f2b422a563b212a46a86b1393037b3c6ae67 /README.org
parent25e2a94a82b325f74f7f297104be275419d6928e (diff)
basic install instructions
Diffstat (limited to 'README.org')
-rw-r--r--README.org19
1 files changed, 17 insertions, 2 deletions
diff --git a/README.org b/README.org
index f68dfb6..c503659 100644
--- a/README.org
+++ b/README.org
@@ -1,9 +1,24 @@
* =ol= the oneliners.wiki command-line interface
-** Usage
-
** Installation
+First install [clpm](https://www.clpm.dev/).
+
+Next, cd into the directory where this repository is kept, and do:
+
+#+begin_src bash
+
+rm clpmfile.lock # just for good measure
+clpm bundle install # say yes to questions
+clpm bundle exec -- sbcl --load build-app.lisp
+
+#+end_src
+
+If everything worked, you'll have a binary called =ol= in the
+directory. Move this into your path. I typically place things like
+this in =~/.local/bin/=.
+
+
** Author
+ Colin Okay (okay@toyful.space)