forked from github/schildichat-desktop
Add macOS build dependencies to readme
Thanks to @michi7801
This commit is contained in:
parent
e2465f6176
commit
1f5be68a19
14
README.md
14
README.md
@ -43,6 +43,20 @@ $ echo 'export PATH="$PATH:$HOME/.cargo/bin"' >> .bashrc
|
||||
$ source .bashrc
|
||||
```
|
||||
|
||||
### macOS build dependencies
|
||||
|
||||
#### Install brew package manager
|
||||
```
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
```
|
||||
|
||||
#### Install packages
|
||||
|
||||
```
|
||||
brew install tcl rust node gpg vim curl git yarn git make gcc
|
||||
```
|
||||
|
||||
|
||||
### Initial setup
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user