Skip to content

Commit

Permalink
[translation] Russian: composer: text translation
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirAus authored Aug 6, 2016
1 parent 2e05501 commit 6062237
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ru/getting/composer.md
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
```

0 comments on commit 6062237

Please sign in to comment.