aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-06-27 05:39:43 +0800
committerGitHub <noreply@github.com>2024-06-27 05:39:43 +0800
commit444b4b2a626327f74954e6a6f42d4bf48c948c4b (patch)
treeffd3f414aa060673dd0c2c4401ac69c009b9b89f /README.md
parent79491fc14b4bb563346ace15ef91c6022c363b51 (diff)
downloadllm-functions-docker-444b4b2a626327f74954e6a6f42d4bf48c948c4b.tar.gz
fix: install to aichat functions_dir (#49)
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
```