From db40c4ced217db214a69a33307635f1e4180d0e6 Mon Sep 17 00:00:00 2001 From: ZhengYang Date: Fri, 29 Aug 2014 15:55:53 +0800 Subject: [PATCH] bee run --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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