Skip to content

Commit

Permalink
variants/talos_2/building-manual.md: add missing cd step for heads build
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
  • Loading branch information
macpijan committed Jul 26, 2023
1 parent fd926ce commit 95ed684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/variants/talos_2/building-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ To build coreboot image, follow the steps below:
1. Start docker container:
```bash
cd heads
docker run --rm -it -v $PWD:$PWD -w $PWD -u "$(id -u):$(id -g)" 3mdeb/heads-docker:2.4.0 /bin/bash
```
Expand Down

0 comments on commit 95ed684

Please sign in to comment.