Skip to content

Commit

Permalink
Change CONTRIBUTING.md to use --recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
acquitelol committed Jan 22, 2025
1 parent 3bd5350 commit 5199984
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ We're so glad you want to contribute! We're sure your contribution will be amazi
First, make sure you have forked [the repository](https://github.com/unbound-mod/client) so that you have write access.

```console
git clone https://github.com/[YOU]/client
git clone https://github.com/[YOU]/client --recursive
cd client
pnpm i
git submodule init
git submodule update --remote --merge
pnpm build
```

Expand All @@ -37,9 +35,11 @@ pnpm build
1. Clone the client repository to your local machine:

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

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

2. Move to the directory you just cloned:

```console
Expand All @@ -54,14 +54,7 @@ $ cd client
$ pnpm i
```

4. Initialize the i18n submodule:

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

5. Build the project:
4. Build the project:

```console
$ pnpm build
Expand Down

0 comments on commit 5199984

Please sign in to comment.