Skip to content

Commit b87425e

Browse files
Update new-cli-install.md
1 parent c150283 commit b87425e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin/researcher-setup/new-cli-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ Auto-completion assists with completing the command syntax automatically for eas
9090
```
9191

9292
=== "Windows"
93-
1. add the following code in the powershell profile
93+
Add the following code in the powershell profile:
9494
```powershell
9595
runai.exe completion powershell | Out-String | Invoke-Expression
9696
Set-PSReadLineKeyHandler -Key Tab -Function MenuComplete
9797
```
98-
2. for more completion modes options - [see here](https://github.com/spf13/cobra/blob/main/site/content/completions/_index.md#powershell-completions)
98+
For more completion modes options, see [Powershell completions](https://github.com/spf13/cobra/blob/main/site/content/completions/_index.md#powershell-completions).

0 commit comments

Comments
 (0)