README fix

This commit is contained in:
Ian Griffin 2024-10-28 11:00:34 +08:00
parent 5217a77a04
commit d1137d1026
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ After obtaining an API key, set the environment variable OPENAI_API_KEY to the A
## Installation ## Installation
This program can be installed by cloning the repository and installing the package using pip: This program can be installed by cloning the repository and installing the package using pip:
```bash ```bash
git clone gitea@git.telosama.xyz:iang/emacs-config.git git clone gitea@git.telosama.xyz:iang/ragger.git
cd ragger cd ragger
pip install . pip install .
``` ```