fix: install.sh clone llm-functions automatiquement
This commit is contained in:
10
README.md
10
README.md
@@ -49,18 +49,14 @@ Chaque développeur lance `install.sh` une fois.
|
||||
git clone https://gargoton.petite-maison-orange.fr/eric/CrazyClaude.git .claude
|
||||
```
|
||||
|
||||
### 2. Cloner llm-functions
|
||||
|
||||
```sh
|
||||
git clone https://github.com/sigoden/llm-functions.git .claude/llm-functions
|
||||
```
|
||||
|
||||
### 3. Lancer le script d'installation
|
||||
### 2. Lancer le script d'installation
|
||||
|
||||
```sh
|
||||
bash .claude/install.sh
|
||||
```
|
||||
|
||||
Le script clone automatiquement `llm-functions` si absent.
|
||||
|
||||
Le script :
|
||||
- crée le virtualenv Python
|
||||
- construit les outils llm-functions
|
||||
|
||||
Reference in New Issue
Block a user