File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ BLUE='\033[0;34m'
1111NC=' \033[0m' # No Color
1212
1313# Configuration
14- REPO_NAME=" litemindui "
14+ REPO_NAME=" litemind-ui "
1515COMPOSE_FILE=" docker-compose.hub.yml"
1616SETUP_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
You can’t perform that action at this time.
0 commit comments