Skip to content

Commit 7632e29

Browse files
Fix install.sh: correct repository path to 'litemind-ui' and docs URLs
1 parent 04d15c9 commit 7632e29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ BLUE='\033[0;34m'
1111
NC='\033[0m' # No Color
1212

1313
# Configuration
14-
REPO_NAME="litemindui"
14+
REPO_NAME="litemind-ui"
1515
COMPOSE_FILE="docker-compose.hub.yml"
1616
SETUP_SCRIPT="scripts/docker-setup.sh"
1717

@@ -50,7 +50,7 @@ download_files() {
5050
cd "$REPO_NAME"
5151

5252
# Download docker-compose file
53-
if ! curl -fsSL "https://raw.githubusercontent.com/debabratamishra/litemindui/main/docker-compose.hub.yml" -o "$COMPOSE_FILE"; then
53+
if ! curl -fsSL "https://raw.githubusercontent.com/debabratamishra/litemind-ui/main/docker-compose.hub.yml" -o "$COMPOSE_FILE"; then
5454
echo -e "${RED}❌ Failed to download docker-compose file${NC}"
5555
exit 1
5656
fi
@@ -157,8 +157,8 @@ show_next_steps() {
157157
echo "4. For vLLM support, configure your HuggingFace token in the settings"
158158
echo ""
159159
echo "Need help?"
160-
echo " • Documentation: https://github.com/debabratamishra/litemindui"
161-
echo " • Issues: https://github.com/debabratamishra/litemindui/issues"
160+
echo " • Documentation: https://github.com/debabratamishra/litemind-ui"
161+
echo " • Issues: https://github.com/debabratamishra/litemind-ui/issues"
162162
echo -e "${NC}"
163163
}
164164

0 commit comments

Comments
 (0)