diff --git a/examples/tutorial/README.md b/examples/tutorial/README.md index c544faf363b..b29a15c779d 100644 --- a/examples/tutorial/README.md +++ b/examples/tutorial/README.md @@ -9,5 +9,7 @@ After having cloned the react-admin repository, run the following commands: ```sh make install +make build + make run-tutorial ```