Skip to content

Commit

Permalink
fix faq
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Zolotukhin committed Oct 20, 2022
1 parent 9126061 commit 3c1a087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ crosspm lock --recursive False
crosspm lock --recursive
crosspm lock --recursive=True

# скачать все дерево пакетов вместе с зависимостями
# скачать без зависимостей, только пакеты указанные в dependencies
crosspm download # поведение по умолчанию - только первый уровень
crosspm download --recursive=False
crosspm download --recursive False
# скачать без зависимостей, только пакеты указанные в dependencies
# скачать все дерево пакетов вместе с зависимостями
crosspm download --recursive
crosspm download --recursive=True
```
Expand Down

0 comments on commit 3c1a087

Please sign in to comment.