Browse Source

Specify shell language in code snippets

Fix code samples displayed in gogs markdown renderer.
DricomDragon 4 years ago
parent
commit
9e9743d2ee
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -7,12 +7,12 @@ A remake of pong up to 4 players
 You need `make` and `SDL1` to build this project.
 
 Example on Ubuntu :
-```
+```sh
 # apt install make g++ libsdl-dev
 $ make
 ```
 
 To execute :
-```
+```sh
 $ make exec
 ```