docs/run-an-instance: update github link (#500)

Signed-off-by: gptgit <125156482+gptgit@users.noreply.github.com>
This commit is contained in:
gptgit 2024-05-17 21:43:19 +02:00 committed by GitHub
parent ff5132df6d
commit 9475f7a30e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ it's highly recommended to use a reverse proxy (such as nginx) if you want your
## using regular node.js (useful for local development)
setup script installs all needed `npm` dependencies, but you have to install `node.js` *(version 18 or above)* and `git` yourself.
1. clone the repo: `git clone https://github.com/wukko/cobalt`.
1. clone the repo: `git clone https://github.com/imputnet/cobalt`.
2. run setup script and follow instructions: `npm run setup`. you need to host api and web instances separately, so pick whichever applies.
3. run cobalt via `npm start`.
4. done.