Skip to content

Commit 643de6e

Browse files
committed
fix: README: make the command line copy-pastable
Signed-off-by: Romain Beuque <[email protected]>
1 parent 22bc70d commit 643de6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Instead of a single global configuration, you can create custom agent in a separ
140140
Place this file in `~/.config/shai/agents/ovh.config`, you can then list the agents available with:
141141

142142
```bash
143-
curl https://raw.githubusercontent.com/ovh/shai/refs/heads/main/.ovh.config -o ˜/.config/shai/agents/ovh.config
143+
curl https://raw.githubusercontent.com/ovh/shai/refs/heads/main/.ovh.config -o ~/.config/shai/agents/ovh.config
144144
shai agent list
145145
```
146146

0 commit comments

Comments
 (0)