Hi i just got a fresh install of linux mint 17, im new to laravel.
i followed this tutorial
https://laracasts.com/series/laravel-5-fundamentals/episodes/2
with
http://laravel.com/docs/5.0/homestead
Im stuck @ bash init.sh
is used the git clone https://github.com/laravel/homestead.git Homestead
for instal now i got in one here when i ran bash i got this
~ $ git clone https://github.com/laravel/homestead.git Homestead
Cloning into 'Homestead'...
remote: Counting objects: 875, done.
remote: Total 875 (delta 0), reused 0 (delta 0), pack-reused 875
Receiving objects: 100% (875/875), 131.32 KiB | 0 bytes/s, done.
Resolving deltas: 100% (504/504), done.
Checking connectivity... done.
~ $ homestead
homestead: command not found
~ $ ;s
bash: syntax error near unexpected token `;'
~ $ ls
Desktop Documents Downloads Homestead Music Pictures Public Templates Videos
~ $ cd Homestead
~/Homestead $ bash init.sh
Homestead initialized!
and now im stuck because when i type homestead in the command i get
$ homestead
homestead: command not found
What am i doing wrong?