From 954a86d4dbb16256ee21d3fbed15de5357198df5 Mon Sep 17 00:00:00 2001 From: John Jacobsen Date: Mon, 21 Nov 2022 13:26:19 -0600 Subject: [PATCH] Update usage. #1 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 421ef1e..cb2d08a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ project generator. Very very alpha. I'm using it, probably nobody else is. -Tested only on (+ SBCL (or (Mac M1) (+ (Docker Ubuntu))))). +Tested only on (+ SBCL (or (Mac M1) (+ Docker Ubuntu)))). # Building @@ -21,8 +21,8 @@ Tested only on (+ SBCL (or (Mac M1) (+ (Docker Ubuntu))))). - SBCL - Make -Check out this repo. Make sure LISP_HOME is defined and you're in -that directory. Then, assuming you want to build a project `myproject`, +Check out this repo. Make sure `LISP_HOME` is defined and you're in +that directory. Then, make # Optionally: @@ -30,9 +30,10 @@ that directory. Then, assuming you want to build a project `myproject`, # Usage +Assuming you want to build a project `myproject`, + steelcut myproject # Prepend ./ if you didn't `make install`. - cd ../myproject - # Build the new project: + cd $LISP_HOME/myproject make # Optionally: make install