Skip to content

Commit

Permalink
Merge pull request #11 from r3verser/patch-1
Browse files Browse the repository at this point in the history
npm run install >> npm install
  • Loading branch information
KaiHotz committed Apr 14, 2020
2 parents d85d5b4 + 27df773 commit 4d806b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ There are two methods for getting started with this repo.
```
> git clone git@github.com:KaiHotz/react-rollup-boilerplate.git
> cd react-rollup-boilerplate
> npm run install
> npm install
```

#### Not Familiar with Git?
Click [here](https://github.com/KaiHotz/react-rollup-boilerplate/archive/master.zip) to download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

```
> npm run install
> npm install
```


Expand Down

0 comments on commit 4d806b5

Please sign in to comment.