Skip to content

Commit

Permalink
General build instructions: give main example as shell command not Ma…
Browse files Browse the repository at this point in the history
…kefile

Signed-off-by: Thierry Laurion <[email protected]>
  • Loading branch information
tlaurion committed May 12, 2024
1 parent 2e200f9 commit eaf3614
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 eaf3614

Please sign in to comment.