Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
how to exit REPL
  • Loading branch information
BalounJ authored Dec 27, 2018
1 parent 57dca18 commit 6dc9a06
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@ gradle build
java -jar build/libs/bh-lisp-<version>.jar
```

**Exit REPL:**
```bash
(exit 0)
```
Another way to exit REPL is to close input (ctrl + Z on single line should work in windows).

**Run program:**
```bash
java -jar build/libs/bh-lisp-<version>.jar <file>
Expand Down

0 comments on commit 6dc9a06

Please sign in to comment.