diff --git a/README.md b/README.md index b72f19a..e043b40 100644 --- a/README.md +++ b/README.md @@ -76,9 +76,15 @@ $ bee new myapp 2014/08/29 15:45:47 [SUCC] New application successfully created! ``` - ## bee run +To run the application we just created, navigate to the application folder and execute `bee run`. + +```bash +$ cd myapp +$ bee run +``` + ## bee pack ## bee api