From 8a2f566ac88c7b964c804e144a75df1bc23b6dfd Mon Sep 17 00:00:00 2001 From: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:41:17 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc1c2062..9eb5351f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Install and launch the indexer and its DB. This will block the terminal ```bash cd /squid; +npm install; docker compose up db -d; npm run codegen; npm run build;