Skip to content

Commit

Permalink
docs: update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
shhdharmen committed Feb 29, 2024
1 parent 9d0fc51 commit a8c8503
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,11 @@ ng add @ngxpert/cmdk
### NPM

```bash
# For Angular version < 16

## First, install dependencies
npm install @ngneat/overview@4 @ngneat/until-destroy@9 @angular/cdk@15

## Then library
npm install @ngxpert/cmdk@1

# For Angular version >= 16

## First, install dependencies
npm install @ngneat/overview@5 @ngneat/until-destroy@10 @angular/cdk@16

## Then library
npm install @ngxpert/cmdk@2
npm install @ngxpert/cmdk
```

### Yarn
Expand Down

0 comments on commit a8c8503

Please sign in to comment.