diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-25 16:22:10 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-25 16:22:10 -0700 |
commit | 9e2b2a32fd0e967ad3184e9a5d091a29953acb91 (patch) | |
tree | 00822e24aa1110c73ca455a8d096ef296c008cbc /doc/ru_RU/installation.markdown | |
parent | c507c5416251c505cb3e088a03c6664bed73c812 (diff) |
Include composer dependencies in repo
Diffstat (limited to 'doc/ru_RU/installation.markdown')
-rw-r--r-- | doc/ru_RU/installation.markdown | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/ru_RU/installation.markdown b/doc/ru_RU/installation.markdown index ff989b19..5bc4f66c 100644 --- a/doc/ru_RU/installation.markdown +++ b/doc/ru_RU/installation.markdown @@ -47,16 +47,8 @@ Инсталяция из репозитория (разрабатываемая версия)[¶](#from-the-repository-development-version "Ссылка на этот заголовок") -------------------------------------------------------------------------------------------------------------------------- - - -Вы можете установить [composer](https://getcomposer.org/) для этого метода инсталяции. - - 1. `git clone https://github.com/fguillot/kanboard.git` - -2. `composer install --no-dev` - -3. Далее, перейдите к третьему шагу [Инсталяция из архива](installation.html#from-the-archive-stable-version) +2. Далее, перейдите к третьему шагу [Инсталяция из архива](installation.html#from-the-archive-stable-version) |