Skip to content

Commit

Permalink
Updates install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dirmeier committed Nov 25, 2018
1 parent 348b5e6 commit b289130
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ However the lexer of course can translate to any language. So far the interprete
Clone/download the project and run:

```sh
mkdir build && cd build
meson .. && ninja

./src/R--
meson build . && ninja -C build
./build/src/R--
```

This of course requires you to have `meson` which you cat get from `conda-forge` or `pip`.
Expand Down

0 comments on commit b289130

Please sign in to comment.