Skip to content

Commit 7b31e9d

Browse files
committed
Added better welcome message
1 parent 2c7b438 commit 7b31e9d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

entrypoint.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@ PS1='\[\033[01;32m\]\u\[\033[00m\] \[\033[01;34m\]\w\[\033[00m\]$(__git_ps1 " (%
33
pre-commit install
44
export PIP_USER=no
55
clear
6-
echo 'We are now ready to go, welcome!!'
6+
echo 'Welcome to the project!'
7+
echo '-----------------------'
8+
echo 'Commands for getting started:'
9+
echo ' hello - Our main entrypoint, invokes the hello world python script within hello.py'
10+
echo ' pytest - Execute automated testing'
11+
echo ' pre-commit run - Execute all pre-commit hooks (Automatically called when committing!)'
12+
echo ''

0 commit comments

Comments
 (0)