8000 Added standard bundle installation instructions by javiereguiluz · Pull Request #4163 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added standard bundle installation instructions #4163

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

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
Reworded a bit the installation instructions
  • Loading branch information
javiereguiluz committed Aug 23, 2014
commit 35dddbaab0b5ec9a189256248074c530242cb00c
3 changes: 2 additions & 1 deletion cookbook/bundles/best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ following standardized instructions in your ``README.md`` file.
Step 1: Download the Bundle
---------------------------

Use Composer to add the bundle as a new dependency of your project:
Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:

```bash
$ composer require <package-name> "~1"
Expand Down
0