diff --git a/YOU_SHOULD_NOT_USE_THIS_BRANCH.sh b/YOU_SHOULD_NOT_USE_THIS_BRANCH.sh index c7863b527..787daf853 100755 --- a/YOU_SHOULD_NOT_USE_THIS_BRANCH.sh +++ b/YOU_SHOULD_NOT_USE_THIS_BRANCH.sh @@ -1,2 +1,5 @@ #!/usr/bin/env bash echo 'Use another branch, as said in the readme' +echo 'For example, running this would switch to illogical-impulse branch:' +echo '' +echo 'git checkout illogical-impulse'