Skip to content

Commit

Permalink
doc(readme): opening command ns fix
Browse files Browse the repository at this point in the history
  • Loading branch information
duncdrum committed Feb 5, 2021
1 parent ee9d11b commit 1b2c319
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,20 @@ mkdir myApp
cd myApp
```

Then run the generator. If you installed from source or GitHub,
Then run the generator:
- If you installed from a fork or from GitHub.

```bash
yo exist
```
```bash
yo exist
```

or if you installed from npm:
- If you installed from npm or from a clone of this repo.

```bash
yo @existdb/exist
```
```bash
yo @existdb/exist
```

If you are unsure about which command is right simply run `yo` to see the list of currently installed generators.

[![asciicast](https://asciinema.org/a/MqB6TyzdyBJImItHLsfC99Ufj.png)](https://asciinema.org/a/MqB6TyzdyBJImItHLsfC99Ufj)

Expand Down

0 comments on commit 1b2c319

Please sign in to comment.