Skip to content

Commit

Permalink
Let users install Turtle instead of Ninja (#1958)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored May 24, 2023
1 parent 9b66506 commit 55e616b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/docs/introduction/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ You can also build Pen from source on your local machine.
- [Rust](https://www.rust-lang.org/)
- [LLVM 16](https://llvm.org/)
- [Git](https://git-scm.com/)
- [Ninja](https://ninja-build.org/)

1. Install [Turtle](https://github.com/raviqqe/turtle-build).

```sh
cargo install turtle-build
# Or, via Homebrew,
brew install pen-lang/pen/turtle
```

1. Clone the Git repository.

Expand Down

0 comments on commit 55e616b

Please sign in to comment.