Update README
This commit is contained in:
parent
8d4fcb2295
commit
147f22454d
18
README.md
18
README.md
|
@ -18,9 +18,19 @@ To do so, you can run the following commands, replacing `guix` with your package
|
||||||
```
|
```
|
||||||
$ guix install sbcl
|
$ guix install sbcl
|
||||||
$ wget https://beta.quicklisp.org/quicklisp.lisp
|
$ wget https://beta.quicklisp.org/quicklisp.lisp
|
||||||
$ sbcl --load quicklisp.lisp \
|
$ sbcl --load quicklisp.lisp
|
||||||
--eval '(quicklisp-quickstart:install :path "~/.local/lib/quicklisp/)' \
|
```
|
||||||
--eval '(ql:add-to-init-file)'
|
|
||||||
|
And in SBCL run…
|
||||||
|
|
||||||
|
```
|
||||||
|
* (quicklisp-quickstart:install :path "~/.local/lib/quicklisp/")
|
||||||
|
* (ql:add-to-init-file)
|
||||||
|
```
|
||||||
|
|
||||||
|
Back in the shell…
|
||||||
|
|
||||||
|
```
|
||||||
$ rm quicklisp.lisp
|
$ rm quicklisp.lisp
|
||||||
$ cd ~/.local/lib/quicklisp/local-projects/
|
$ cd ~/.local/lib/quicklisp/local-projects/
|
||||||
$ git clone https://notabug.org/jadedctrl/flora-search-aurora
|
$ git clone https://notabug.org/jadedctrl/flora-search-aurora
|
||||||
|
@ -53,7 +63,7 @@ $ du *.lisp res/maps/*.lisp \
|
||||||
| bc \
|
| bc \
|
||||||
| sed 's/$/KiB/'
|
| sed 's/$/KiB/'
|
||||||
|
|
||||||
600KiB
|
764KiB
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Ŝarĝante…
Reference in New Issue