fuel / docs

Fuel PHP Framework - Fuel v1.x documentation
http://fuelphp.com/docs
Other
166 stars 233 forks source link

Update installation/instructions.html #695

Closed kenjis closed 9 years ago

kenjis commented 9 years ago

I've updated the instruction.

I added --prefer-dist option for latest release. Because most users don't need git repositories of fuel components. And it speeds up installation.

But oil command does not use --prefer-dist option, so the results differ whether user install via oil create or composer create-project.

It is better we update oil command.

WanWizard commented 9 years ago

I agree. The oil script is still from 2013 and refers to submodules.

Can you make a suggestion? You can find the script here: https://github.com/fuel/installer/blob/master/installer.sh

kenjis commented 9 years ago

I sent PR: https://github.com/fuel/installer/pull/5