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

TASK: Correct kickstarter package name in documentation #1581

Merged
merged 1 commit into from May 19, 2017
Merged

TASK: Correct kickstarter package name in documentation #1581

merged 1 commit into from May 19, 2017

Conversation

iseries
Copy link
Contributor

@iseries iseries commented May 19, 2017

The kickstart package name is outdated in documentation (Creating a plugin: http://neos.readthedocs.io/en/stable/ExtendingNeos/CreatingAPlugin.html). I replaced it with the current and right one (https://packagist.org/packages/neos/kickstarter).

the kickstart package is outdated in documentation (Creating a plugin: http://neos.readthedocs.io/en/stable/ExtendingNeos/CreatingAPlugin.html). I replaced it with the current one:
https://packagist.org/packages/neos/kickstarter

this request is related to this: #1557
Fixed for >= 3.0 branch as aertmann noted
@mention-bot
Copy link

@iseries, thanks for your PR! By analyzing the history of the files in this pull request, we identified @aertmann, @kdambekalns and @daniellienert to be potential reviewers.

@@ -25,7 +25,7 @@ If you do not have the Kickstart package installed, you must do this now:
.. code-block:: bash

cd /your/htdocs/Neos
php /path/to/composer.phar require typo3/kickstart \*
php /path/to/composer.phar require neos/kickstarter \*
Copy link
Contributor Author

@iseries iseries May 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw. what is that " \*" for?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It means "any version", but could be left out just as well…

@kdambekalns kdambekalns changed the title Task: Corrected kickstarter package in documentation TASK: Correct kickstarter package name in documentation May 19, 2017
@kdambekalns
Copy link
Member

This replaces #1557 and targets the correct branch.

@kdambekalns kdambekalns merged commit 2107135 into neos:3.0 May 19, 2017
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

Successfully merging this pull request may close these issues.

None yet

3 participants