diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 02:03:42 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-20 02:03:42 +0800 |
commit | adbcb9c538c744973a374128ebfc4606b658ec02 (patch) | |
tree | 13fe093eac6c43e05017da45406f8edeb69ae31f /README.md | |
parent | 3cd8a664ac4cc103e5961e0edcc4c0d567546c58 (diff) |
No more web dir
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -35,7 +35,6 @@ You need to build the backend. ```shell export CPPFLAGS="$CPPFLAGS -DAPP_URL=\\\"https://your.public/host\\\" -DAPP_ID=\\\"yourapp\\\" -DAPI_KEY=\\\"0123456789abcedf\\\" -API_SECRET_KEY=\\\"vwxyz_0123456789abcdef\\\" -DAPP_DIR=\\\"/path/to/your/app/dir\\\"" -cd web autoreconf -is mkdir -p build cd build |