Skip to content

Commit 57aeebb

Browse files
docs: update README.md
1 parent 546ad77 commit 57aeebb

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,20 @@
1212
name: Ren'Py CLI
1313
on: push
1414
jobs:
15-
renpy-cli:
15+
renpy:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Setup Ren'Py
1919
uses: remarkablegames/setup-renpy@v1
20+
21+
- name: Get version
22+
run: renpy-cli --version
23+
24+
- name: See help
25+
run: renpy-cli --help
26+
27+
- name: Set projects directory
28+
run: renpy-launcher set_projects_directory ..
2029
```
2130
2231
## Usage
@@ -123,14 +132,18 @@ This is a shorthand command for:
123132
```
124133

125134
> [!TIP]
126-
> Prefer using `renpy-launcher`:
135+
> Prefer `renpy-launcher`:
127136
>
128137
> ```yaml
129138
> - uses: remarkablegames/setup-renpy@v1
130139
>
131140
> - run: renpy-launcher
132141
> ```
133142

143+
## Examples
144+
145+
- [remarkablegames/renpy-template](https://github.com/remarkablegames/renpy-template)
146+
134147
## Contributions
135148

136149
Contributions are welcome!

0 commit comments

Comments
 (0)