Improve documentation

This commit is contained in:
Xiaonan Shen
2022-05-29 17:08:33 +08:00
parent aef8462674
commit 199df4b925
6 changed files with 98 additions and 18 deletions

View File

@@ -13,6 +13,8 @@ cp -r /build/http_rest_frontend/cli internal/frontend/
# Build
if ! make build-nogui ; then
dpkg --print-architecture
# If build fails it's probably because it is a 32bit
# system and there was a overflow error on the parser
# This is a workaround for this problem found at: