summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-20 02:03:42 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-20 02:03:42 +0800
commitadbcb9c538c744973a374128ebfc4606b658ec02 (patch)
tree13fe093eac6c43e05017da45406f8edeb69ae31f
parent3cd8a664ac4cc103e5961e0edcc4c0d567546c58 (diff)
No more web dir
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index a14dce4..de1194b 100644
--- a/README.md
+++ b/README.md
@@ -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