From 880b2abf8adcbb25e66dff31c58a224a5e982b8b Mon Sep 17 00:00:00 2001 From: Niko Huuskonen <59277828+N1kO23@users.noreply.github.com> Date: Sun, 6 Feb 2022 17:03:59 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0833fc8d..845073de 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ sudo apt install -y build-essential g++-10 libxi-dev libxext-dev libpixman-1-dev ``` 2. *TODO: set up mongo on linux* 3. Use node.js 16.6.0 `nvm install 16.6.0 && nvm use 16.6.0` -4. `CXX=10 npm ci` to install dependencies +4. `CXX=gcc-10 npm ci` to install dependencies ### Windows @@ -59,4 +59,4 @@ Once all these are set up: 2. In `constants/index.ts` replace guild & channel IDs with those of your test guild 3. `npm run dev` -GG \ No newline at end of file +GG