diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-05-22 02:31:08 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-05-22 02:31:08 -0700 |
commit | cb0d3e594726e8b848c5dc7456b2efd4fdccb9ee (patch) | |
tree | ba912f9826d7df4e5f69b9bcf5cd57f4f11951a5 /README.md | |
parent | 3dd1e2ca2462a5762ff34f4512b3e60384771312 (diff) |
update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |