mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 07:02:00 +00:00
Change branch in contributing guide
This commit is contained in:
parent
22b1c425ac
commit
863e34db19
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ is a great boon to your coding process.
|
|||
## Setup
|
||||
To get ready to work on the codebase, please do the following:
|
||||
|
||||
1. Fork & clone the repository, and make sure you're on the **indev** branch
|
||||
1. Fork & clone the repository, and make sure you're on the **master** branch
|
||||
2. Run `npm install`
|
||||
3. If you're working on voice, also run `npm install node-opus` or `npm install opusscript`
|
||||
4. Code your heart out!
|
||||
|
|
|
|||
Loading…
Reference in a new issue