From 4e94598498184f2544452f2f1cb1a9bc7275a9d2 Mon Sep 17 00:00:00 2001 From: Signor Pellegrino <68112357+flyrouter@users.noreply.github.com> Date: Mon, 20 May 2024 15:24:38 +0300 Subject: [PATCH] Update source-code.md --- en/source-code.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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