Skip to content

Commit

Permalink
fixed asset plugin version in translated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Mar 1, 2015
1 parent 82c1136 commit e3d3b55
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/guide-es/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Si ya tienes composer instalado asegurate que esté actualizado ejecutando `comp
Teniendo Composer instalado, puedes instalar Yii ejecutando los siguientes comandos en un directorio accesible vía Web:
Nota: es posible que en al ejecutar el primer comando te pida tu username

composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
composer global require "fxp/composer-asset-plugin:1.0.0"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

El comando anterior instala Yii dentro del directorio `basic`.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-it/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Se hai già Composer installato assicurati di avere una versione aggiornata. Puo

Una volta installato Composer, puoi installare Yii eseguendo questo comando in una directory accessbile via web:

composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
composer global require "fxp/composer-asset-plugin:1.0.0"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

Il primo comando installa il [plugin composer asset](https://github.com/francoispluchino/composer-asset-plugin/)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

После установки Composer устанавливать Yii можно запустив следующую команду в папке доступной через веб:

composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
composer global require "fxp/composer-asset-plugin:1.0.0"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

Первая команда устанавливает [composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/),
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/tutorial-advanced-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

Если Composer установлен, вы можете установить приложение используя следующие команды:

composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
composer global require "fxp/composer-asset-plugin:1.0.0"
composer create-project --prefer-dist yiisoft/yii2-app-advanced yii-application

Первая команда установит плагин [composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/),
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/tutorial-yii-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Yii::$classMap['Class2'] = 'path/to/Class2.php';

Если сторонняя система использует для управления зависимостями Composer, Yii можно просто установить с помощью следующих команд:

composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
composer global require "fxp/composer-asset-plugin:1.0.0"
composer require "yiisoft/yii2:*"
composer install

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-uk/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

Після встановлення Composer, встановити Yii можна виконавши наступну команду з директорії, яка доступна через Web:

composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
composer global require "fxp/composer-asset-plugin:1.0.0"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

Перша команда встановить [плагін ресурсів composer (composer-asset-plugin)](https://github.com/francoispluchino/composer-asset-plugin/),
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-zh-CN/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

Composer 安装后,切换到一个可通过 Web 访问的目录,执行如下命令即可安装 Yii :

composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
composer global require "fxp/composer-asset-plugin:1.0.0"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

第一条命令安装 [Composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/),它是通过 Composer 管理 bower 和 npm 包所必须的,此命令全局生效,一劳永逸。
Expand Down

0 comments on commit e3d3b55

Please sign in to comment.