Skip to content

Commit

Permalink
docs: add download tips
Browse files Browse the repository at this point in the history
  • Loading branch information
legend80s committed Sep 13, 2021
1 parent 474aabd commit 854c12f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ $ cdi mb
- Intelligent matching. *node_modules wont be searched*.
- Speed. Histories will be stored in a db file (`~/cdi-db-shortcuts.json`) for search speed.

## Download

[Download cdi exe](https://github.com/legend80s/cdi-go/raw/master/cdi) and make it executable:

```sh
chmod +x ~/where-cdi-cmd/cdi
```

## Usage

1 Add the shell functions to your `.zshrc` because you cannot change shell directory in golang process.
Expand Down

0 comments on commit 854c12f

Please sign in to comment.