Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
berarma committed Feb 6, 2020
1 parent f737841 commit 12d0c1d
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,26 @@ ninja -C build

Trying it without installing:

```ninja -C build run```
`ninja -C build run`

Installing (needs administration rights):

```sudo ninja -C build install```
`sudo ninja -C build install`

Uninstalling (needs administration rights):

```sudo ninja -C build uninstall```
`sudo ninja -C build uninstall`

## Using it

Oversteer can be launched as any desktop application.

It's also possible to use it from the console. Type `oversteer --help` to see
the command line help.

It's possible to configure game launchers to run oversteer to load a profile or
change settings so that it automatically configures the wheel when the game
runs.

## Updating translations (for translators)

Expand Down

0 comments on commit 12d0c1d

Please sign in to comment.