aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEugen Eisler <eoeisler@gmail.com>2024-09-17 23:53:26 +0200
committerGitHub <noreply@github.com>2024-09-18 05:53:26 +0800
commit8aeb2d4301a9ce4648c50bdae1d84379a80cdd34 (patch)
tree16c47a747b360501ba472687449622d0783ab910 /README.md
parente87d3481d97b156b28fa78e9047058c9d4ff1dd9 (diff)
downloadllm-functions-docker-8aeb2d4301a9ce4648c50bdae1d84379a80cdd34.tar.gz
fix: extraction of functions_dir for symlink (#103)
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 6851981..2c3f78d 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,7 @@ argc build
Symlink this repo directory to AIChat's **functions_dir**:
```sh
-ln -s "$(pwd)" "$(aichat --info | grep -w functions_dir | awk '{print $2}')"
+ln -s "$(pwd)" "$(aichat --info | grep -w functions_dir | awk '{$1=""; print substr($0,2)}')"
# OR
argc install
```