Skip to content

Commit

Permalink
Add extra steps if you forget to clone with --recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed Jan 22, 2025
1 parent 5199984 commit 44f058e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,18 @@ pnpm build
1. Clone the client repository to your local machine:

```console
git clone https://github.com/[YOU]/client --recursive
$ git clone https://github.com/[YOU]/client --recursive
```

(Note `--recursive` to also clone the i18n submodule)

If you cloned the repository without installing the submodule, do so now:

```console
$ git submodule init
$ git submodule update --remote --merge
```

2. Move to the directory you just cloned:

```console
Expand Down Expand Up @@ -100,8 +107,7 @@ In your existing Unbound installation:

1. Go to `Discord Settings` > `Unbound` > `Developer Settings`
2. Change `Custom Bundle URL` to `http://[LOCAL_IP]:[PORT]/unbound.js`
3. Enable `Force Update`
4. Restart your Discord app
3. Restart your Discord app

<hr />

Expand Down

0 comments on commit 44f058e

Please sign in to comment.