mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user