Skip to content

Commit

Permalink
Update usage. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenhombre committed Nov 21, 2022
1 parent 917681d commit 954a86d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -21,18 +21,19 @@ 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:
make install # Assumes BINDIR defined; I use ~/bin

# 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
Expand Down

0 comments on commit 954a86d

Please sign in to comment.