From 7ea2817d76ed89d9be4903b2ef88d15e2b72034d Mon Sep 17 00:00:00 2001 From: Zack Hatlen Date: Sat, 13 Aug 2022 10:42:03 +0300 Subject: [PATCH] added make build command users get an error when they run without the make build command --- examples/tutorial/README.md | 2 ++ 1 file changed, 2 insertions(+) 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 ```