loic-sharma / Anvil

A PHP 5.3 CMS built on top of Laravel 4 and other composer components.
BSD 2-Clause "Simplified" License
17 stars 8 forks source link

Composer install issue #2

Closed luki922 closed 11 years ago

luki922 commented 11 years ago

When i use: composer install i got this error:

[RuntimeException]
Failed to clone http://github.com/loic-sharma/menu.git, git was not found,
check that it is installed and in your PATH env.

sh: 1: git: not found

loic-sharma commented 11 years ago

That's strange. I'll look at this when I get back home.

loic-sharma commented 11 years ago

It looks like you don't have git installed on your computer, or if you do, you don't have it in your PATH variable. Try just running git on the terminal line.

luki922 commented 11 years ago

ohh thank you. I completely forgot about it :/ Now everything works :)

loic-sharma commented 11 years ago

Awesome! Feel free to open another issue if you need anything else.