mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 16:34:02 +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
|
### Linux
|
||||||
|
|
||||||
#### Arch 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
|
#### Ubuntu
|
||||||
1. Install dependencies: `sudo apt-get install golang git gcc nodejs ffmpeg -y`
|
1. Install dependencies: `sudo apt-get install golang git gcc nodejs ffmpeg -y`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue