Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation instructions in wrong order #1024

Closed
sg-s opened this issue Jan 25, 2015 · 4 comments
Closed

Installation instructions in wrong order #1024

sg-s opened this issue Jan 25, 2015 · 4 comments

Comments

@sg-s
Copy link

sg-s commented Jan 25, 2015

On the documentation page

Instead of

curl -s http://getcomposer.org/installer | php
php composer.phar install
composer create-project wallabag/wallabag wallabag

it should be

curl -s http://getcomposer.org/installer | php
composer create-project wallabag/wallabag wallabag
mv composer.phar wallabag/
cd wallabag
php composer.phar install
@tcitworld
Copy link
Member

It seems you're right. OK @nicosomb ?

@MasterGroosha
Copy link

What should be inside composer,json? I don't understand!

@nicosomb
Copy link
Member

nicosomb commented Feb 4, 2015

You are totally right. I don't know what I did. I will fix it.

@tcitworld
Copy link
Member

Instructions have changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants