mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
fix: typo/omissions in OSX install instructions
This commit is contained in:
parent
a97161e6da
commit
23b868aab7
@ -532,10 +532,11 @@ binaries even on such an old platform.
|
|||||||
$ pip3 install --user mistletoe
|
$ pip3 install --user mistletoe
|
||||||
```
|
```
|
||||||
|
|
||||||
- Install `ninja` using Homebrew (you can optionally also install `ccache`):
|
- Install `ninja` and `ronn` using Homebrew (you can optionally also install `ccache`):
|
||||||
|
|
||||||
```
|
```
|
||||||
$ brew install ninja
|
$ brew install ninja
|
||||||
|
$ brew install ronn
|
||||||
```
|
```
|
||||||
|
|
||||||
- Clone the [vcpkg](https://vcpkg.io/),
|
- Clone the [vcpkg](https://vcpkg.io/),
|
||||||
@ -547,7 +548,7 @@ $ cd ~
|
|||||||
$ mkdir git
|
$ mkdir git
|
||||||
$ cd git
|
$ cd git
|
||||||
$ git clone https://github.com/Microsoft/vcpkg.git
|
$ git clone https://github.com/Microsoft/vcpkg.git
|
||||||
$ git clon ne https://github.com/faaxm/lipo-dir-merge
|
$ git clone https://github.com/faaxm/lipo-dir-merge
|
||||||
$ git clone --recurse-submodules https://github.com/mhx/dwarfs
|
$ git clone --recurse-submodules https://github.com/mhx/dwarfs
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user