Skip to content

Commit

Permalink
Moar README tweaks. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenhombre committed Nov 25, 2022
1 parent 599fcfc commit d732e99
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,22 @@ To build `steelcut`, check out this repo and `cd` to it. Then,

# Example

Assuming you want to call your new project `myproject`:

## Usage

$ steelcut
Usage: steelcut <appname>
$

## New Project
Assuming you want to call your new project `myproject`:

## Generate the New Project

$ steelcut myproject
Project myproject created. Thanks for using steelcut!
$ cd $LISP_HOME/myproject
$

## Building It
## Build It

$ make
./build.sh
Expand All @@ -88,16 +88,15 @@ Assuming you want to call your new project `myproject`:
done]
$

## Installing It
## Install It

$ make install
test -n "/Users/myusername/bin" # $BINDIR
cp myproject /Users/myusername/bin
$

## Running It
## Run It

$ cd
$ myproject
Thanks for using myproject!
$
Expand Down

0 comments on commit d732e99

Please sign in to comment.