Skip to content

Commit 942b2e7

Browse files
authored
Update documentation (AppImage#59)
1 parent 3cf686b commit 942b2e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ __Please note:__ This repository is meant to be extremely simple.
2020
Binaries are provided on GitHub Releases. Should you need to build the runtime locally or on GitHub Codespaces, the following will build the contents of this repository in an Alpine container:
2121

2222
```
23-
export ARCHITECTURE=x86_64
24-
./chroot_build.sh # Or execute the steps in it manually
23+
export ALPINE_ARCH=x86_64
24+
./scripts/chroot/chroot_build.sh # Or execute the steps in it manually
2525
```
2626

2727
This whole process takes only a few seconds, e.g., on GitHub Codespaces.
2828

29+
See [BUILD.md](BUILD.md) for more information, including on how to build using Docker.
2930

3031
## Signing
3132

0 commit comments

Comments
 (0)