Skip to content

Commit

Permalink
README replaced npm with yarn (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
QbDesu authored Oct 19, 2021
1 parent 2a32996 commit 8fad343
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ These will link you to the latest builds found in the [releases](https://github.
## Prerequisites
- [Git](https://git-scm.com)
- [Node.js](https://nodejs.org/en/) with `npm`.
- [Node.js](https://nodejs.org/en/)
- [yarn](https://yarnpkg.com)
- Command line of your choice.

## Building
Expand All @@ -79,27 +80,27 @@ This will create a local copy of this repository and navigate you to the root fo
### 2: Install Dependencies
Run this command at the root folder to install dependencies:
```ps
npm i
yarn install
```

### 3: Run Build Script
To run the installer in development mode, simply run the following command:
```ps
npm run dev
yarn dev
```

## Additional Scripts

### Linting
This project uses [ESLint](https://eslint.org/). Run this command to lint your changes:
```ps
npm run lint
yarn lint
```

### Compiling & Distribution

```ps
npm run dist
yarn dist
```

---
Expand Down

0 comments on commit 8fad343

Please sign in to comment.