From 8a2396219874bd82dd3d9131a6255774b3361af0 Mon Sep 17 00:00:00 2001 From: rrovarandria <777rova@gmail.com> Date: Tue, 6 Jun 2023 20:48:46 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c4f7f1..74e22c2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ sudo apt-get install -y protobuf-compiler # Ubuntu/Debian curl -fsSL https://bun.sh/install | bash # Compile git clone https://github.com/tsirysndr/superviseur -cd superviseur/webui && bun install && bun run build && cd .. +cd superviseur/crates/webui/webui && bun install && bun run build && cd ../../../ cargo install --path crates/cli ```