Skip to content

Commit

Permalink
[hechoendrupal#222] Russian: composer.md: updated content.
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirAus committed Aug 6, 2016
1 parent 8a7a905 commit 9acfc4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ru/getting/composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@

Чтобы установить Drupal Console при помощи приложения `composer`, нужно выполнить следующие команды.

## Установить Drupal Console глобано используя composer:
## Установить Drupal Console глобано, используя composer:

```
$ composer global require drupal/console:@stable
```

## Добавить директорию с приложением в переменную `PATH` операционной системы:

```
$ echo "PATH=$PATH:~/.composer/vendor/bin" >> ~/.bash_profile
```

## Запустить Drupal Console:

```
$ drupal generate:module
```

0 comments on commit 9acfc4b

Please sign in to comment.