From d1e30f150d694f53c5ba267e3a55694d60541099 Mon Sep 17 00:00:00 2001 From: Masataro Asai Date: Sun, 24 Nov 2019 08:18:31 -0500 Subject: [PATCH] fix the installation readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8c01e0..057dd65 100644 --- a/README.md +++ b/README.md @@ -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) ```