Skip to content

Commit 4747b90

Browse files
authored
Moved installation section up
1 parent 0e6bf77 commit 4747b90

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,20 @@ This is a collection of GitHub Workflows and CI/CD helper scripts around [Planet
1919
![image](https://user-images.githubusercontent.com/1872314/149749143-16a484ec-7ebf-41e3-9d93-c81c24876b1e.png)
2020
([example PR](https://github.com/jonico/pscale-cli-helper-scripts/pull/11))
2121

22-
## Issue-Ops based workflows
23-
24-
([GitHub Actions workflow source](.github/workflows/issue-ops-ps-commands.yml))
22+
## Installation
2523

26-
### Installation
27-
28-
To test out the IssueOps commands, either work on a [copy of this repo](https://github.com/jonico/pscale-cli-helper-scripts/generate) or run the following command in the root directory of your GitHub repo's workspace and follow the suggestions of the script:
24+
To test out the IssueOps commands and helper scripts, either work on a [copy of this repo](https://github.com/jonico/pscale-cli-helper-scripts/generate) or run the following command in the root directory of your GitHub repo's workspace and follow the suggestions of the script:
2925

3026
```bash
3127
curl https://raw.githubusercontent.com/jonico/pscale-workflow-helper-scripts/main/install.sh | bash
3228
```
3329

30+
31+
## Issue-Ops based workflows
32+
33+
([GitHub Actions workflow source](.github/workflows/issue-ops-ps-commands.yml))
34+
35+
3436
### /ps-create: Create PlanetScale Deploy Request from your PR
3537

3638
You can create a database branch and deploy request in an [already existing Pull Request](https://github.com/jonico/pscale-cli-helper-scripts/pull/2) using `/ps-create`:

0 commit comments

Comments
 (0)