summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 72969da..d0007aa 100644
--- a/readme.md
+++ b/readme.md
@@ -31,11 +31,11 @@ For trying it out, a hosted version is available on
should help:
```sh
-pacman -S --needed esbuild rustup make coreutils; rustup install nightly
+pacman -S --needed esbuild rustup make coreutils curl tar; rustup install nightly
git clone https://codeberg.org/metamuffin/keks-meet.git
cd keks-meet
make install-server # binaries will be installed to ~/.cargo/bin
-keks-meet-server config/client.example.toml
+keks-meet-server config/default.toml
```
When changing code, use `make watch` to re-build things automatically as needed.