We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74d5a4 commit d3c0dc5Copy full SHA for d3c0dc5
docker_setup.sh
@@ -11,9 +11,10 @@ if ! [ -x "$(command -v docker)" ]; then
11
fi
12
13
# Welcome Message
14
+echo "" &&
15
hzline &&
-echo "Welcome to the TelegramBot-OpenAI-API setup." &&
16
-echo "Source code: https://github.com/FlyingFathead/TelegramBot-OpenAI-API/" &&
+echo "::: Welcome to the TelegramBot-OpenAI-API setup." &&
17
+echo "::: Source code & repo: https://github.com/FlyingFathead/TelegramBot-OpenAI-API/" &&
18
19
echo
20
0 commit comments