mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-19 04:36:46 +01:00
bash -> sh
This commit is contained in:
@@ -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/`:
|
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
|
./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:
|
3. Generate a new `opensaas-sh/app_diff/` based on the updated `opensaas-sh/app/` by running:
|
||||||
|
|
||||||
```bash
|
```sh
|
||||||
./dope.sh ../template app diff
|
./dope.sh ../template app diff
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user