Say where the target directory is too

This commit is contained in:
Benjamin Sago 2017-08-19 23:36:25 +01:00
parent cb9c0d3aa5
commit d716bb72c9

3
Vagrantfile vendored
View File

@ -79,7 +79,8 @@ Vagrant.configure(2) do |config|
echo -e "" > /etc/motd
echo -e "\033[1;33mThe exa development environment!\033[0m" >> /etc/motd
echo -e "The source is at \033[33m/vagrant\033[0m." >> /etc/motd
echo -e "exa's source is available at \033[33m/vagrant\033[0m." >> /etc/motd
echo -e "Binaries get built into \033[33m/home/ubuntu/target\033[0m." >> /etc/motd
echo -e "" >> /etc/motd
echo -e "\033[4mCommands\033[0m" >> /etc/motd
echo -e "\033[32;1mb\033[0m or \033[32;1mbuild-exa\033[0m to run \033[1mcargo build\033[0m" >> /etc/motd