Skip to content

Commit

Permalink
Merge pull request BetterDiscord#55 from hamidout/typos
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
Tropix126 authored Apr 4, 2021
2 parents 4ce5f8c + 18d1617 commit e2f2297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ These will link you to the latest builds found in the [releases](https://github.

### 1: Clone the repository.
```ps
git clone https://github.com/BetterDiscord/installer | cd installer
git clone https://github.com/BetterDiscord/installer && cd installer
```
This will create a local copy of this repostory and navigate you to the root folder of the repository.
This will create a local copy of this repository and navigate you to the root folder of the repository.

### 2: Install Dependencies
Run this command at the root folder to install dependencies:
Expand All @@ -85,7 +85,7 @@ npm i
### 3: Run Build Script
To run the installer in development mode, simply run the following command:
```ps
npm run dev
npm run dev
```

## Additional Scripts
Expand Down

0 comments on commit e2f2297

Please sign in to comment.