From 1079a847a8d2006565b36d3e4a2cdab662a70dd3 Mon Sep 17 00:00:00 2001 From: Elijah R Date: Sat, 22 Jun 2024 21:43:46 -0400 Subject: [PATCH] remove npm from arch deps (thought corepack was provided by npm, it's actually provided by nodejs itself) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5c576a..e0a5474 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The CollabVM server requires the following to be installed on your server: ### Installing dependencies on Arch -1. Install dependencies: `sudo pacman --noconfirm -S nodejs npm nasm rust` +1. Install dependencies: `sudo pacman --noconfirm -S nodejs nasm rust` 2. Enable corepack: `sudo corepack enable` ### Installing dependencies on Debian