mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
Fix Arch dependency install command (#3592)
This commit is contained in:
parent
1f578db2d6
commit
a8816e0635
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ NOTE: The `make` command in Windows will be `mingw32-make` with MingW. For examp
|
|||
### Linux
|
||||
|
||||
#### Arch Linux
|
||||
1. Install dependencies: `sudo pacman -Sy go git yarn gcc make nodejs ffmpeg --needed`
|
||||
1. Install dependencies: `sudo pacman -S go git yarn gcc make nodejs ffmpeg --needed`
|
||||
|
||||
#### Ubuntu
|
||||
1. Install dependencies: `sudo apt-get install golang git gcc nodejs ffmpeg -y`
|
||||
|
|
|
|||
Loading…
Reference in a new issue