Skip to content

Commit eaf3614

Browse files
committed
General build instructions: give main example as shell command not Makefile
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent 2e200f9 commit eaf3614

File tree

1 file changed

+1
-1
lines changed
  • Installing-and-Configuring/Building-Heads

1 file changed

+1
-1
lines changed

Installing-and-Configuring/Building-Heads/general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Generally, everything that is needed to flash the SPI flash of a board is a
5858

5959
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):
6060

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

0 commit comments

Comments
 (0)