From ec22deb2cd2e2122d32b8cf1fbfcbc2fc1fe1a49 Mon Sep 17 00:00:00 2001 From: flexxyfluxx <82163962+flexxyfluxx@users.noreply.github.com> Date: Fri, 27 Mar 2026 20:25:57 +0000 Subject: [PATCH] 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> --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 86e93039..dd62769a 100644 --- a/README.md +++ b/README.md @@ -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