Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@

- Manage supported compatibility tools across supported launchers
- Change the compatibility tool and launch options of your Steam games
- CLI support
- And much more...

<details>
<summary>Supported launchers</summary>

- Steam
- Lutris
- Heroic Games Launcher
Expand Down Expand Up @@ -148,10 +149,10 @@

3. Build the local source code as a native application
```bash
./scripts/build-native.sh
./scripts/build.sh native

# Alternative: Runs application after the build.
./scripts/build-native.sh run
./scripts/build.sh native run
```

4. (Optional) Install the application
Expand Down Expand Up @@ -200,10 +201,10 @@

5. Build the local source code as a Flatpak and install for the current user
```bash
./scripts/build-local.sh
./scripts/build.sh local

# Alternative: Runs application after the build.
./scripts/build-local.sh run
./scripts/build.sh local run
```

6. Run the application
Expand Down