Skip to content

Commit

Permalink
remind users to init and update submodules before attempting to build
Browse files Browse the repository at this point in the history
  • Loading branch information
BamaHodl committed Dec 4, 2023
1 parent 9fafebe commit 6141f03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ git clone --recursive https://github.com/SeedSigner/seedsigner-os.git

# Move into the repo directory
cd seedsigner-os

# initialize and update submodules (buildroot)
git submodule init && git submodule update
```

Force Docker to build on a container meant to run on amd64 in order to get an identical result, even if your actual cpu is different:
Expand Down Expand Up @@ -68,6 +71,9 @@ git clone --recursive https://github.com/SeedSigner/seedsigner-os.git

# Move into the repo directory
cd seedsigner-os

# initialize and update submodules (buildroot)
git submodule init && git submodule update
```

Force Docker to build on a container meant to run on amd64 in order to get an identical result, even if your actual cpu is different:
Expand Down

0 comments on commit 6141f03

Please sign in to comment.