From 9c2babfc1bfafcd1a703233ab37cfdffc393c1a2 Mon Sep 17 00:00:00 2001 From: wukko Date: Fri, 13 Sep 2024 12:39:10 +0600 Subject: [PATCH] docs/run-an-instance: teaching myself how to count to 6 sorry guys, it takes a ton of practice :( --- docs/run-an-instance.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/run-an-instance.md b/docs/run-an-instance.md index fb339c4c..8144c037 100644 --- a/docs/run-an-instance.md +++ b/docs/run-an-instance.md @@ -40,11 +40,11 @@ requirements: 1. clone the repo: `git clone https://github.com/imputnet/cobalt`. 2. go to api/src directory: `cd cobalt/api/src`. -4. install dependencies: `pnpm install`. -5. create `.env` file in the same directory. -6. add needed environment variables to `.env` file. only `API_URL` is required to run cobalt. +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. - if you don't know what api url to use for local development, use `http://localhost:9000/`. -8. run cobalt: `pnpm start`. +6. run cobalt: `pnpm start`. ### ubuntu 22.04 workaround `nscd` needs to be installed and running so that the `ffmpeg-static` binary can resolve DNS ([#101](https://github.com/imputnet/cobalt/issues/101#issuecomment-1494822258)):