docs/run-an-instance: fix the api path in local dev instructions (#1331)

This commit is contained in:
ryaan 2025-06-08 05:12:52 -07:00 committed by GitHub
parent 5ac87bab09
commit ab513ead4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.