Skip to content

Commit

Permalink
Fix Ubuntu dependencies (stashapp#4299)
Browse files Browse the repository at this point in the history
  • Loading branch information
DingDongSoLong4 authored and halkeye committed Sep 1, 2024
1 parent 3d33e91 commit 1e2678e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ NOTE: The `make` command in Windows will be `mingw32-make` with MinGW. For examp

#### Ubuntu

1. Install dependencies: `sudo apt-get install golang git gcc nodejs ffmpeg -y`
2. Enable corepack in Node.js: `corepack enable`
3. Install yarn: `corepack prepare yarn@stable --activate`
1. Install dependencies: `sudo apt-get install golang git yarnpkg gcc nodejs ffmpeg -y`

### OpenBSD

Expand Down

0 comments on commit 1e2678e

Please sign in to comment.