Skip to content

Commit

Permalink
Merge pull request #10 from moltin/refactor/tidy
Browse files Browse the repository at this point in the history
docs(readme): correct command to run the CLI and only use npm i -g
  • Loading branch information
Matt Foyle authored Jul 8, 2019
2 parents b07107c + 5c2e24f commit 50ab624
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.env
node_modules
*/localStorage
/localStorage
dump.rdb
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,8 @@

## 🛠 Setup
```bash
npm init @moltin/import
# or
npx @moltin/import
# or
npm install -g @moltin/import
moltin-import
npm install -g @moltin/importer
importer
```

## ⛽️ Usage
Expand Down

0 comments on commit 50ab624

Please sign in to comment.