Skip to content

Commit

Permalink
Update README.md + installation
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright committed Oct 22, 2023
1 parent 90fa1e0 commit 22b0141
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ Playground: [https://rustq.github.io/3body-lang/](https://rustq.github.io/3body-
Base on [Writing An Interpreter In Go](https://interpreterbook.com/) and [Monkey rs](https://github.com/wadackel/rs-monkey-lang) and [Monkey Rust 2021 Edition](https://github.com/meloalright/Monkey-Rust-2021-Edition)


## Installation in Rust toolchain
## Installation

`MacOS`
Install 3body in MacOS using [rust toolchain](https://www.rust-lang.org/tools/install)

```shell
$ brew tap rustq/3body-lang && brew install rustq/tap/three_body
$ brew tap rustq/3body-lang
$ brew install rustq/tap/three_body
```

```shell
Expand Down

0 comments on commit 22b0141

Please sign in to comment.