Skip to content

Commit 0966aea

Browse files
authored
Update README (#826)
2 parents d3384c0 + bb84b2f commit 0966aea

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@
3636

3737
- Manage supported compatibility tools across supported launchers
3838
- Change the compatibility tool and launch options of your Steam games
39+
- CLI support
3940
- And much more...
4041

4142
<details>
4243
<summary>Supported launchers</summary>
43-
44+
4445
- Steam
4546
- Lutris
4647
- Heroic Games Launcher
@@ -148,10 +149,10 @@
148149

149150
3. Build the local source code as a native application
150151
```bash
151-
./scripts/build-native.sh
152+
./scripts/build.sh native
152153
153154
# Alternative: Runs application after the build.
154-
./scripts/build-native.sh run
155+
./scripts/build.sh native run
155156
```
156157

157158
4. (Optional) Install the application
@@ -200,10 +201,10 @@
200201

201202
5. Build the local source code as a Flatpak and install for the current user
202203
```bash
203-
./scripts/build-local.sh
204+
./scripts/build.sh local
204205
205206
# Alternative: Runs application after the build.
206-
./scripts/build-local.sh run
207+
./scripts/build.sh local run
207208
```
208209

209210
6. Run the application

0 commit comments

Comments
 (0)