Fix Arch dependency install command (#3592)

This commit is contained in:
DingDongSoLong4 2023-03-24 19:58:57 +02:00 committed by GitHub
parent 1f578db2d6
commit a8816e0635
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`