Skip to content

Commit

Permalink
Merge pull request #154 from tlaurion/output_make_build_as_shell
Browse files Browse the repository at this point in the history
General build instructions: give main example as shell command not Makefile
  • Loading branch information
tlaurion authored May 12, 2024
2 parents 2e200f9 + eaf3614 commit 85feee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installing-and-Configuring/Building-Heads/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Generally, everything that is needed to flash the SPI flash of a board is a

Make Heads for another board (`XXX` should be the name of your board in ./boards and YY the number of CPUs you want to build with):

```Makefile
```shell
docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=XXX CPUS=YY
```

Expand Down

0 comments on commit 85feee8

Please sign in to comment.