Skip to content

Commit

Permalink
Add a short instruction.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed Aug 13, 2024
1 parent 82e2e8c commit 906be34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ See [benchmark.md](benchmark.md) for the detail.

## Usage

Use `clack:clackup` or `woo:run` to start a web server. The first argument is a Lack "app". See [Lack's README](https://github.com/fukamachi/lack#readme) for instruction on how to build it.

Remember to pass ":debug nil" to turn off the debugger mode on the remote environment. Otherwise, your server will go down on any internal errors.

### Start a server

```common-lisp
Expand Down

0 comments on commit 906be34

Please sign in to comment.