Skip to content

Commit

Permalink
Merge pull request #647 from duncdrum/dev5
Browse files Browse the repository at this point in the history
Minor Fixes
  • Loading branch information
duncdrum authored Apr 8, 2021
2 parents c951a3b + 7b59d54 commit 1d21043
Show file tree
Hide file tree
Showing 41 changed files with 4,435 additions and 10,529 deletions.
20 changes: 11 additions & 9 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 Expand Up @@ -264,7 +267,6 @@ Since if would be impractical to go through all possible combinations of option
│   ├── lib_demo-1.0.0-dev.xar
│   └── lib_demo-1.0.0.xar
├── build.xml
├── collection.xconf
├── expath-pkg.xml
├── node_modules
│   └── pruned …
Expand Down
Loading

0 comments on commit 1d21043

Please sign in to comment.