aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7fa267f..bdf5fdd 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ hackernews
Symlink this repo directory to aichat **functions_dir**:
```sh
-ln -s "$(pwd)" "$(aichat --info | grep functions_dir | awk '{print $2}')"
+ln -s "$(pwd)" "$(aichat --info | grep -w functions_dir | awk '{print $2}')"
# OR
argc install
```