Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Fixed the code setup description
  • Loading branch information
baldeepsingh-pantelwar authored Jan 29, 2024
1 parent e4a6808 commit ea66c08
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,22 +68,16 @@ git remote add upstream https://github.com/pantelwar/js-utils.git

### 3. Setup the repo

Install the dependencies with yarn (npm isn't supported):

```bash
yarn
```

If you do not have yarn, you can install it using the following command

```bash
npm install -g yarn
```

Run the following command to install husky git hooks.
Install the dependencies with yarn (npm isn't supported):

```bash
yarn prepare
yarn
```

### 4. Create a topic branch
Expand Down

0 comments on commit ea66c08

Please sign in to comment.