fix the installation readme

This commit is contained in:
Masataro Asai 2019-11-24 08:18:31 -05:00
parent daab8d63fd
commit d1e30f150d

View file

@ -43,10 +43,9 @@ testing is primarily done on [SBCL](http://www.sbcl.org/) and [CCL](http://ccl.c
Step 1: Install this library.
With [Roswell](https://roswell.github.io/),
```
$ ros install coleslaw
$ export PATH="$HOME/.roswell/bin:$PATH" # If you haven't done this before
$ ros install coleslaw-org/coleslaw # With [Roswell](https://roswell.github.io/)
$ export PATH="$HOME/.roswell/bin:$PATH" # If you haven't done this before for Roswell
or
CL-USER> (ql:quickload :coleslaw-cli)
```