Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Raylean has several dependencies:
* XCode for macOS SDK frameworks like OpenGL.
* [Rust](https://www.rust-lang.org/) for building resvg, which provides SVG support.
* [libgmp](https://gmplib.org), required to link lean executables
* [libuv](https://libuv.org), requried to link lean executables
* [libuv](https://libuv.org), required to link lean executables

You need to install all four to build Raylean. Below follows instructions for each.

Expand Down Expand Up @@ -58,7 +58,7 @@ Or use the [official documentation](https://www.rust-lang.org/tools/install) to

#### [libgmp](https://gmplib.org) and [libuv](https://libuv.org)

These are requried to link lean executables.
These are required to link lean executables.

Install using [Homebrew](https://brew.sh) with:

Expand Down
Loading