diff --git a/en/source-code.md b/en/source-code.md
index 1c60a31..a4b4746 100644
--- a/en/source-code.md
+++ b/en/source-code.md
@@ -44,7 +44,8 @@ cd firmware
 
 Alternatively, you can use the following command in the root of your OpenIPC firmware directory to install dependencies:
 
-```sudo make deps
+```bash
+sudo make deps
 ```
 
 ### Quick Build from Sources