瀏覽代碼

Specify shell language in code snippets

Fix code samples displayed in gogs markdown renderer.
DricomDragon 4 年之前
父節點
當前提交
9e9743d2ee
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
 ```