From cb0d3e594726e8b848c5dc7456b2efd4fdccb9ee Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 22 May 2017 02:31:08 -0700 Subject: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74160f1..b09d624 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ $ ponzu version --cli 2. Make code changes 3. Test changes to ponzu-dev branch - make a commit to ponzu-dev - - to manually test, you will need to use a new copy (ponzu new path/to/code), but pass the --dev flag so that ponzu generates a new copy from the ponzu-dev branch, not master by default (i.e. `$ponzu --dev new /path/to/code`) + - to manually test, you will need to use a new copy (ponzu new path/to/code), but pass the --dev flag so that ponzu generates a new copy from the ponzu-dev branch, not master by default (i.e. `$ponzu new --dev /path/to/code`) - build and run with $ ponzu build and $ ponzu run 4. To add back to master: - first push to origin ponzu-dev -- cgit v1.2.3