From 8aeb2d4301a9ce4648c50bdae1d84379a80cdd34 Mon Sep 17 00:00:00 2001 From: Eugen Eisler Date: Tue, 17 Sep 2024 23:53:26 +0200 Subject: fix: extraction of functions_dir for symlink (#103) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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 ``` -- cgit v1.2.3