Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-malko committed Nov 8, 2016
1 parent 118c314 commit 2b80591
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/en/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ If you don't need to use the interactive mode, this command must be run with fla

`--exclude-html` and `--exclude-css` can be useful in case of initing from custom source.

**Attention, -s (--source) flag always has to be passed as the last flag!**

### An example of using the command

````bash
Expand Down
2 changes: 2 additions & 0 deletions docs/ru/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
* `-s`, `--source`: по умолчанию init скачивает из репозитория TARS последнюю версию сборщика и распаковывает в текущей директории. С помощью флага `-s` можно определить, откуда скачивать zip-архив с TARS, если у вас есть своя собственная сборка TARS.

`--exclude-html` и `--exclude-css` могут быть полезны в случае обновления с кастомным архивом TARS.

**Внимание, флаг -s (--source) всегда должен быть последним!**

### Пример использования команды

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tars-cli",
"version": "1.9.4",
"version": "1.9.5",
"engines": {
"npm": "^3.x.x",
"node": "^4.x.x"
Expand Down

0 comments on commit 2b80591

Please sign in to comment.