diff options
| author | sigoden <sigoden@gmail.com> | 2024-06-27 05:39:43 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-27 05:39:43 +0800 |
| commit | 444b4b2a626327f74954e6a6f42d4bf48c948c4b (patch) | |
| tree | ffd3f414aa060673dd0c2c4401ac69c009b9b89f /README.md | |
| parent | 79491fc14b4bb563346ace15ef91c6022c363b51 (diff) | |
| download | llm-functions-docker-444b4b2a626327f74954e6a6f42d4bf48c948c4b.tar.gz | |
fix: install to aichat functions_dir (#49)
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 ``` |
