From d2751c14772798a7e1df602d0ed22bb70ed66415 Mon Sep 17 00:00:00 2001 From: jLynx Date: Thu, 24 Mar 2022 13:11:43 +1300 Subject: [PATCH] Updated Compile firmware (markdown) --- Compile-firmware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compile-firmware.md b/Compile-firmware.md index c801cc4..30e28d1 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -41,7 +41,7 @@ Finally, create a `build` folder inside of the repository. From Github Desktop, _Note: You need to make sure you have also cloned the hackrf folder. to do that run: ```git submodule update --init --recursive```_ -Open up a terminal in the root of the cloned git repo and run: ```docker run -t portapack-dev -f dockerfile-nogit . ``` +Open up a terminal in the root of the cloned git repo and run: ```docker build -t portapack-dev -f dockerfile-nogit . ``` After its built the docker image, go back to docker and you should see this screen under images ![image](https://user-images.githubusercontent.com/4393979/159808543-bac63e5f-8fe3-48af-a469-f940e4690767.png)