vagrant upが実行できない
A Vagrant environment or target machine is required to run this
command. Run `vagrant init` to create a new Vagrant environment. Or,
get an ID of a target machine from `vagrant global-status` to run
this command on. A final option is to change to a directory with a
Vagrantfile and to try again.
$ vagrant up を実行しようとすると、上記のエラー文が表示されて実行できない。。。
##ホームディレクトリじゃん。
Homesteadディレクトリに移動して
cd Homestead
再び実行したらできた!