-
Notifications
You must be signed in to change notification settings - Fork 4
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
Started with the read.me and made a few changes ... #1
base: develop
Are you sure you want to change the base?
Conversation
README.md
Outdated
## Installation (Standalone): | ||
|
||
* `composer install` | ||
* Initialized here. Please run `robo init` to create a new RoboFile. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be vendor/bin/robo init
, but then I get this error: Command "init" is not defined.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@810 Thank you very much for testing.
Did you get an error when you try composer install?
In my case composer install worked. I have got installed it global.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@810 Now I saw the place where I forgot the vendor/bin I changed it to vendor/bin/robo init. Thank you.
Which branch are you on? vendor/bin/robo init only works in develop or my readme branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i used your branch astridx:readme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you use
vendor/bin/robo init
On my branch aswell?
In the picture I see only
robo init (my first mistake)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, see command above that.
could you fix the conflicts, then it can be merged |
Thanks for extending to readme, I have started to work again on this project. Would be good if the content of the readme can be moved to the wiki. Any help is appreciated |
Started with the read.me and made a few changes because of problems while testing. Mainly I have added a function for modules and plugins scaffolding.