diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |
