Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Correction des instructions d'installation des dépendances dans le README.md #182

Merged
merged 1 commit into from
Oct 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Domain name for `.org` extension.

```bash
# install dependencies
$ npm run install
$ npm install

# serve with hot reload at localhost:5000
$ npm run dev:site
Expand All @@ -50,7 +50,7 @@ $ npm run start:site

```bash
# install dependencies
$ npm run install
$ npm install

# serve with hot reload at localhost:5000
$ npm run dev:pro
Expand All @@ -65,7 +65,7 @@ $ npm run start:pro

```bash
# install dependencies
$ npm run install
$ npm install

# build for production and launch server
$ npm run build
Expand Down