fix the installation readme
This commit is contained in:
parent
daab8d63fd
commit
d1e30f150d
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue