fix: extraction of functions_dir for symlink (#103)
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user