Skip to content

Commit

Permalink
docs: add Yarn dlx example (#35)
Browse files Browse the repository at this point in the history
* Update README.md

Add yarn example to readme

* Update README.md

---------

Co-authored-by: Yangshun Tay <[email protected]>
  • Loading branch information
VRuzhentsov and yangshun authored Apr 19, 2023
1 parent ec00160 commit 42797f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Instantly execute the command in your current directory via `npx`:
npx tree-node-cli -I "node_modules" # ignore node_modules
```

Or via Yarn 2+:

```bash
yarn dlx -p tree-node-cli tree -I "node_modules" # ignore node_modules
```

## Installation

```bash
Expand Down

0 comments on commit 42797f0

Please sign in to comment.