aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2025-02-24 07:53:13 +0800
committerGitHub <noreply@github.com>2025-02-24 07:53:13 +0800
commit5cd7e71a13b64661bff32a4f0166dcfdef07993d (patch)
treeff7807fcdd05fc4b4c3b92ed76d5493382fdfb34 /docs
parent4780ecb39d73a3772d797dba5bfcc18aeb86078a (diff)
downloadllm-functions-docker-5cd7e71a13b64661bff32a4f0166dcfdef07993d.tar.gz
refactor: rename `argc install` to `argc link-to-aichat` (#171)
Diffstat (limited to 'docs')
-rw-r--r--docs/argcfile.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/argcfile.md b/docs/argcfile.md
index c420977..cdd30a0 100644
--- a/docs/argcfile.md
+++ b/docs/argcfile.md
@@ -70,8 +70,8 @@ argc link-web-search web_search_tavily.sh
argc link-code-interpreter execute_py_code.py
# -------- Misc --------
-# Install this repo to aichat functions_dir
-argc install
+# Link this repo to aichat functions_dir
+argc link-to-aichat
# Displays version information for required tools
argc version
```