Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
N1kO23 committed Feb 6, 2022
1 parent 5810e2b commit 880b2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
GG

0 comments on commit 880b2ab

Please sign in to comment.