From 854c12f07df1c895736a1db461596638a2685fa9 Mon Sep 17 00:00:00 2001 From: legend80s Date: Tue, 14 Sep 2021 00:05:31 +0800 Subject: [PATCH] docs: add download tips --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 34ff0e1..6fbcf5b 100644 --- a/README.md +++ b/README.md @@ -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.