forked from hechoendrupal/drupal-console-book
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[translation] Russian: composer: text translation
- Loading branch information
1 parent
2e05501
commit 6062237
Showing
1 changed file
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
# Install Drupal Console Using Composer | ||
You can install this project using composer. | ||
# Установка с помощью Composer | ||
|
||
## Install Drupal Console globally using composer: | ||
Чтобы установить Drupal Console при помощи приложения `composer`, нужно выполнить следующие команды. | ||
|
||
## Установить Drupal Console глобано используя composer: | ||
``` | ||
$ composer global require drupal/console:@stable | ||
``` | ||
|
||
## Add the binary directory to your class path: | ||
## Добавить директорию с приложением в переменную `PATH` операционной системы: | ||
``` | ||
$ echo "PATH=$PATH:~/.composer/vendor/bin" >> ~/.bash_profile | ||
``` | ||
|
||
## You can now execute console using: | ||
## Запустить Drupal Console: | ||
``` | ||
$ drupal generate:module | ||
``` |