blob: c5036594f51359638150133d1e83993785a913d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
* =ol= the oneliners.wiki command-line interface
** 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)
** Copyright
Copyright (c) 2022 Colin Okay (okay@toyful.space)
** License
Licensed under the AGPLv3 License.
|