File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -73,15 +73,26 @@ ninja -C build
73
73
74
74
Trying it without installing:
75
75
76
- ``` ninja -C build run `` `
76
+ ` ninja -C build run `
77
77
78
78
Installing (needs administration rights):
79
79
80
- ``` sudo ninja -C build install `` `
80
+ ` sudo ninja -C build install `
81
81
82
82
Uninstalling (needs administration rights):
83
83
84
- ``` sudo ninja -C build uninstall ```
84
+ ` sudo ninja -C build uninstall `
85
+
86
+ ## Using it
87
+
88
+ Oversteer can be launched as any desktop application.
89
+
90
+ It's also possible to use it from the console. Type ` oversteer --help ` to see
91
+ the command line help.
92
+
93
+ It's possible to configure game launchers to run oversteer to load a profile or
94
+ change settings so that it automatically configures the wheel when the game
95
+ runs.
85
96
86
97
## Updating translations (for translators)
87
98
You can’t perform that action at this time.
0 commit comments