From 5530ea9c01007e423746500758ad42877a376825 Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 10 Jan 2026 03:32:01 +0000 Subject: [PATCH] Update Installation --- Installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Installation.md b/Installation.md index 4d88dbe..40431e1 100644 --- a/Installation.md +++ b/Installation.md @@ -34,7 +34,7 @@ Log in with the account you created in step 4 (not the default credentials). 6. Note that there are separate URLs: the **Control Panel** (localhost:3001) is for configuration, and the **Tenant App** (localhost:3002) is your daily interface for working with AI agents. -7. We have prebuilt Agents here: [Demo agent template files](https://github.com/GT-Edge-AI-Internal/gt-ai-os-community/tree/main/demo-agents) +7. We have prebuilt Agents here: [Demo agent template files](https://gitea-dell-promax-gb10.gtedgeai.app/GTEdgeAI/gt-ai-os-community/tree/main/demo-agents) Inference sources must be configured in Control Panel before you upload and configure Agents from the configuration csv files. @@ -190,7 +190,7 @@ sudo apt install -y git 1. Open Terminal again and paste these commands one at a time: ```bash -git clone https://github.com/GT-Edge-AI-Internal/gt-ai-os-community.git +git clone https://gitea-dell-promax-gb10.gtedgeai.app/GTEdgeAI/gt-ai-os-community.git cd gt-ai-os-community sudo ./installers/install-gt2-ubuntu.sh ``` @@ -249,7 +249,7 @@ sudo usermod -aG docker $USER && newgrp docker ### Step 3: Download and Install GT AI OS ```bash -git clone https://github.com/GT-Edge-AI-Internal/gt-ai-os-community.git +git clone https://gitea-dell-promax-gb10.gtedgeai.app/GTEdgeAI/gt-ai-os-community.git cd gt-ai-os-community sudo ./installers/install-gt2-dgx.sh ``` @@ -321,7 +321,7 @@ brew install git ```bash cd ~/Desktop -git clone https://github.com/GT-Edge-AI-Internal/gt-ai-os-community.git +git clone https://gitea-dell-promax-gb10.gtedgeai.app/GTEdgeAI/gt-ai-os-community.git cd gt-ai-os-community ./installers/install-gt2-mac.sh ```