mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix Ubuntu dependencies (#4299)
This commit is contained in:
@@ -32,9 +32,7 @@ NOTE: The `make` command in Windows will be `mingw32-make` with MinGW. For examp
|
|||||||
|
|
||||||
#### Ubuntu
|
#### Ubuntu
|
||||||
|
|
||||||
1. Install dependencies: `sudo apt-get install golang git gcc nodejs ffmpeg -y`
|
1. Install dependencies: `sudo apt-get install golang git yarnpkg gcc nodejs ffmpeg -y`
|
||||||
2. Enable corepack in Node.js: `corepack enable`
|
|
||||||
3. Install yarn: `corepack prepare yarn@stable --activate`
|
|
||||||
|
|
||||||
### OpenBSD
|
### OpenBSD
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user