summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 60f004f..758bfc9 100644
--- a/readme.md
+++ b/readme.md
@@ -32,7 +32,8 @@ pacman -S --needed esbuild rustup make coreutils; rustup install nightly
git clone https://codeberg.org/metamuffin/keks-meet.git
cd keks-meet
cp config/client.example.toml config/client.toml # use the example config. the defaults work.
-make install # binaries will be copied to ~/.cargo/bin
+make install-server # binaries will be copied to ~/.cargo/bin
+# make install # installs the for-now-broken client applications too
```
When changing code, use `make watch` to re-build things automatically as needed.