We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a27854 commit 0e183e8Copy full SHA for 0e183e8
README.md
@@ -32,7 +32,10 @@ It performs the following tasks:
32
- **On Windows:** Make sure you have installed [Git for Windows](https://git-scm.com/download/win)
33
(if unsure use the default options during installation)
34
35
- - **On Linux:** Make `InstallControllerBuddy.sh` executable with: `chmod +x InstallControllerBuddy.sh`
+ - **On Linux:** Make `InstallControllerBuddy.sh` executable with:
36
+ ```sh
37
+ chmod +x InstallControllerBuddy.sh
38
+ ```
39
3. Make sure your gamepad is connected
40
4. Double-click the downloaded file `InstallControllerBuddy.sh` to start installing / updating
41
0 commit comments