mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 17:02:38 +01:00
add missing brew packages to build instructions (#3475)
This commit is contained in:
parent
2d528733ff
commit
edc22629b6
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ NOTE: The `make` command in Windows will be `mingw32-make` with MingW. For examp
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
1. If you don't have it already, install the [Homebrew package manager](https://brew.sh).
|
1. If you don't have it already, install the [Homebrew package manager](https://brew.sh).
|
||||||
2. Install dependencies: `brew install go git yarn gcc make`
|
2. Install dependencies: `brew install go git yarn gcc make node ffmpeg`
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue