Updated Compile firmware (markdown)

jLynx 2022-03-24 11:48:20 +13:00
parent 5b91427641
commit 928d37d5dc

@ -39,12 +39,16 @@ Finally, create a `build` folder inside of the repository. From Github Desktop,
## Step 3: Prepare the Docker container ## Step 3: Prepare the Docker container
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 run -t portapack-dev -f dockerfile-nogit . ```
After its built the docker image, go back to docker and you should see this screen under images 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) ![image](https://user-images.githubusercontent.com/4393979/159808543-bac63e5f-8fe3-48af-a469-f940e4690767.png)
Click on the blue run button and then click the dropdown to expand Optional Settings. Click on the blue run button and then click the dropdown to expand Optional Settings.
Make sure they look like this: Make sure they look like this:
![image](https://user-images.githubusercontent.com/4393979/159808716-b9956308-5f76-4efa-bc89-8fc6f79752b8.png) ![image](https://user-images.githubusercontent.com/4393979/159808716-b9956308-5f76-4efa-bc89-8fc6f79752b8.png)
`Host path` is the root of your repo. `Host path` is the root of your repo.
After that click run! After that click run!