Skip to content

Commit

Permalink
chore: fix docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorgripasov committed Mar 16, 2022
1 parent 51ea7f2 commit 901df01
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ Corresponding certificate would be downloaded to `~/.dx/certs` and considered by

### Dependencies

- [yarn](https://yarnpkg.com/)
- [jq](https://stedolan.github.io/jq/)

### Setup
Expand All @@ -143,10 +142,10 @@ Corresponding certificate would be downloaded to `~/.dx/certs` and considered by
# CLI is a yarn monorepo

# Install dependencies
yarn
rush update

# Build all packages
yarn build
rush build
```

### Running commands locally
Expand Down

0 comments on commit 901df01

Please sign in to comment.