Skip to content

Commit 2f6a6bb

Browse files
authored
Merge pull request #35 from ovh/scraly-patch-2
[README] Fix: auto-completion commands
2 parents 5ae2202 + eab12db commit 2f6a6bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ ovhcloud login
178178

179179
```sh
180180
# Bash
181-
eval "$(./ovhcloud completion bash)"
181+
eval "$(ovhcloud completion bash)"
182182
# Zsh
183-
eval "$(./ovhcloud completion zsh)"
183+
eval "$(ovhcloud completion zsh)"
184184
# Fish
185-
./ovhcloud completion fish | source
185+
ovhcloud completion fish | source
186186
# PowerShell
187-
./ovhcloud completion powershell | Out-String | Invoke-Expression
187+
ovhcloud completion powershell | Out-String | Invoke-Expression
188188
```
189189

190190
Add the appropriate line to your shell’s startup file (`~/.bashrc`, `~/.zshrc`, etc.) to enable persistent autocompletion.

0 commit comments

Comments
 (0)