Skip to content

Commit 13c6d7c

Browse files
committed
Updated install.sh
1 parent a42d77c commit 13c6d7c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if [ $IS_WINDOWS -eq 1 ]; then
6464
echo " ollama serve"
6565
echo " ollama pull $OLLAMA_MODEL"
6666
echo "== Installation complete! =="
67-
echo "You can now use the '$BINARY_NAME_WIN --mode=worker' command to start the dPrompts worker."
67+
echo "You can now use the '$BINARY_NAME_WIN worker' command to start the dPrompts worker."
6868
exit 0
6969
fi
7070

@@ -109,4 +109,4 @@ else
109109
fi
110110

111111
echo "== Installation complete! =="
112-
echo "You can now use the 'dpr --mode=worker' command to start the dPrompts worker."
112+
echo "You can now use the 'dpr worker' command to start the dPrompts worker."

0 commit comments

Comments
 (0)