Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Add how to run non-interactively.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmealing committed Oct 29, 2023
1 parent d501c3c commit 8589f44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ lfe> (untitled_project:start)

Open http://localhost:8888 in your web browser and begin reading.

# Run non-interactively

```shell
$ rebar3 lfe run
```

Open http://localhost:8888 in your web browser and begin reading.

# Tests [↟](#table-of-contents)

```shell
Expand Down

0 comments on commit 8589f44

Please sign in to comment.