From ab513ead4b99f6d4d08b598a6518d827bfa0db78 Mon Sep 17 00:00:00 2001 From: ryaan <151878217+rahmed29@users.noreply.github.com> Date: Sun, 8 Jun 2025 05:12:52 -0700 Subject: [PATCH] docs/run-an-instance: fix the api path in local dev instructions (#1331) --- docs/run-an-instance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/run-an-instance.md b/docs/run-an-instance.md index 9aa7c909..04c6823b 100644 --- a/docs/run-an-instance.md +++ b/docs/run-an-instance.md @@ -41,7 +41,7 @@ requirements: - pnpm 1. clone the repo: `git clone https://github.com/imputnet/cobalt`. -2. go to api/src directory: `cd cobalt/api/src`. +2. go to api directory: `cd cobalt/api`. 3. install dependencies: `pnpm install`. 4. create `.env` file in the same directory. 5. add needed environment variables to `.env` file. only `API_URL` is required to run cobalt.