Skip to content

Commit

Permalink
doc: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Feb 15, 2024
1 parent 7c24cea commit 91b2c7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ export CXX='g++-10'
Then we can build as usual

```sh
meson setup build_dir
meson compile -Cbuild_dir
meson setup build_debug
meson compile -Cbuild_debug
```

Finally we launch the REPL, as

```sh
./build_dir/asteria
./build_debug/asteria
```

![README](README.png)
Expand Down

0 comments on commit 91b2c7e

Please sign in to comment.