docs(readme): remove outdated reference to scripts/install.sh; add instruction to run mise install (#691)

* chore: fill in missing install step: mise install

Signed-off-by: flexxyfluxx <82163962+flexxyfluxx@users.noreply.github.com>

* chore: remove outdated reference to scripts/start.sh

Signed-off-by: flexxyfluxx <82163962+flexxyfluxx@users.noreply.github.com>

---------

Signed-off-by: flexxyfluxx <82163962+flexxyfluxx@users.noreply.github.com>
This commit is contained in:
flexxyfluxx
2026-03-27 20:25:57 +00:00
committed by GitHub
parent ecb94e278c
commit ec22deb2cd

View File

@@ -72,6 +72,7 @@ Now you can clone and build the project:
```bash
git clone https://github.com/stoatchat/stoatchat stoat-backend
cd stoat-backend
mise install
mise build
```
@@ -130,9 +131,6 @@ Then continue:
# start other necessary services
docker compose up -d
# run everything together
./scripts/start.sh
# .. or individually
# run the API server
cargo run --bin revolt-delta
# run the events server