From 611a1e7854a6b1505a1152c0bce2b9ff9bb00fcf Mon Sep 17 00:00:00 2001 From: DingDongSoLong4 <99329275+DingDongSoLong4@users.noreply.github.com> Date: Mon, 20 Nov 2023 05:43:49 +0200 Subject: [PATCH] Fix Ubuntu dependencies (#4299) --- docs/DEVELOPMENT.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/DEVELOPMENT.md b/docs/DEVELOPMENT.md index 7d021776c..03f6b6939 100644 --- a/docs/DEVELOPMENT.md +++ b/docs/DEVELOPMENT.md @@ -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