diff options
author | metamuffin <metamuffin@disroot.org> | 2023-05-08 18:17:33 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-05-08 18:17:33 +0200 |
commit | adb6d2425997841b51d9989e0a5a268810742e71 (patch) | |
tree | 79da0de3b77d8a21a7d26b716ba56d649593a42b | |
parent | 9f378c8914e80b158cb79a49280965d50df498ee (diff) | |
download | keks-meet-adb6d2425997841b51d9989e0a5a268810742e71.tar keks-meet-adb6d2425997841b51d9989e0a5a268810742e71.tar.bz2 keks-meet-adb6d2425997841b51d9989e0a5a268810742e71.tar.zst |
change default install command in readme
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |