From 9475f7a30eba366cdb48f01be776c66ef4092c15 Mon Sep 17 00:00:00 2001 From: gptgit <125156482+gptgit@users.noreply.github.com> Date: Fri, 17 May 2024 21:43:19 +0200 Subject: [PATCH] docs/run-an-instance: update github link (#500) Signed-off-by: gptgit <125156482+gptgit@users.noreply.github.com> --- 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 007c7287..28b9dc77 100644 --- a/docs/run-an-instance.md +++ b/docs/run-an-instance.md @@ -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.