From d1137d1026370cce693f17e1ca61371e14d0721a Mon Sep 17 00:00:00 2001 From: Ian Griffin Date: Mon, 28 Oct 2024 11:00:34 +0800 Subject: [PATCH] README fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55b643f..5a73255 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ After obtaining an API key, set the environment variable OPENAI_API_KEY to the A ## Installation This program can be installed by cloning the repository and installing the package using pip: ```bash -git clone gitea@git.telosama.xyz:iang/emacs-config.git +git clone gitea@git.telosama.xyz:iang/ragger.git cd ragger pip install . ```