Skip to content

Commit

Permalink
Merge pull request #2958 from marmelab/fix-demo-install
Browse files Browse the repository at this point in the history
Fix demo installation documentation
  • Loading branch information
fzaninotto committed Mar 4, 2019
2 parents 91dee14 + c13c5e4 commit 22f92a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,10 @@ yarn install
# Run the simple application
make run-simple
# Run the tutorial application
make build
make run-tutorial
# Run the demo application
make build
make run-demo
```

Expand Down
2 changes: 2 additions & 0 deletions examples/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ After having cloned the react-admin repository, run the following commands at th
```sh
make install

make build

make run-demo
```

Expand Down

0 comments on commit 22f92a9

Please sign in to comment.