aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-05-08 18:17:33 +0200
committermetamuffin <metamuffin@disroot.org>2023-05-08 18:17:33 +0200
commitadb6d2425997841b51d9989e0a5a268810742e71 (patch)
tree79da0de3b77d8a21a7d26b716ba56d649593a42b /readme.md
parent9f378c8914e80b158cb79a49280965d50df498ee (diff)
downloadkeks-meet-adb6d2425997841b51d9989e0a5a268810742e71.tar
keks-meet-adb6d2425997841b51d9989e0a5a268810742e71.tar.bz2
keks-meet-adb6d2425997841b51d9989e0a5a268810742e71.tar.zst
change default install command in readme
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.