Skip to content

Commit 0e183e8

Browse files
committed
feat: add syntax highlighting for shell commands in README.md
1 parent 8a27854 commit 0e183e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ It performs the following tasks:
3232
- **On Windows:** Make sure you have installed [Git for Windows](https://git-scm.com/download/win)
3333
(if unsure use the default options during installation)
3434

35-
- **On Linux:** Make `InstallControllerBuddy.sh` executable with: `chmod +x InstallControllerBuddy.sh`
35+
- **On Linux:** Make `InstallControllerBuddy.sh` executable with:
36+
```sh
37+
chmod +x InstallControllerBuddy.sh
38+
```
3639
3. Make sure your gamepad is connected
3740
4. Double-click the downloaded file `InstallControllerBuddy.sh` to start installing / updating
3841

0 commit comments

Comments
 (0)