diff --git a/tools/README.md b/tools/README.md index 746d5906..9b04748c 100644 --- a/tools/README.md +++ b/tools/README.md @@ -37,7 +37,7 @@ The typical workflow is: 1. Run `dope.sh` with the `patch` action to generate `opensaas-sh/app/` from `template/app/` and `opensaash-sh/app_diff/`: -```bash +```sh ./dope.sh ../template app patch ``` @@ -45,7 +45,7 @@ The typical workflow is: 3. Generate a new `opensaas-sh/app_diff/` based on the updated `opensaas-sh/app/` by running: -```bash +```sh ./dope.sh ../template app diff ```