mirror of https://github.com/docker/docs.git
Add sentence to Tab Completion section (#2506)
To see tab completion working, the user must open a new PS prompt. Fixes #1461
This commit is contained in:
parent
9f8b9d78d5
commit
c699a3f90b
|
@ -288,7 +288,7 @@ PowerShell Module as follows.
|
|||
Notepad $PROFILE
|
||||
```
|
||||
|
||||
Now, when you press tab after typing the first few letters, Docker commands such
|
||||
Open a new PowerShell session. Now, when you press tab after typing the first few letters, Docker commands such
|
||||
as `start`, `stop`, `run`, and their options, along with container and image
|
||||
names should now auto-complete.
|
||||
|
||||
|
|
Loading…
Reference in New Issue