diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index a7ded303..166973be 100755 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -62,5 +62,6 @@ echo 'Next steps:\n' echo '1. Adjust mysql root password if you feel so inclined.' echo '2. Adjust all the stuff in ./alliance_auth/settings.py.' echo '3. Run sudo python manage.py syncdb to set up the database tables' -echo "4. run cd /vagrant/; ./startup.sh to start, and ./shutdown.sh to stop." +echo '4. Run python manage.py shell < run_alliance_corp_update.py' +echo "5. run cd /vagrant/; ./startup.sh to start, and ./shutdown.sh to stop." echo '--------'