Skip to content

Commit 09791eb

Browse files
authored
Update README.md
1 parent daa3cdf commit 09791eb

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
@@ -391,15 +391,15 @@ Autocompletion
391391
For macOS, or older Unix systems you need to update bash.
392392
393393
```bash
394-
brew install bash
395-
chsh
396-
brew install bash-completion
394+
$ brew install bash
395+
$ chsh
396+
$ brew install bash-completion
397397
```
398398

399399
Autocompletion can be enabled globally
400400

401401
```bash
402-
sudo activate-global-python-argcomplete
402+
$ sudo activate-global-python-argcomplete
403403
```
404404

405405
or locally

0 commit comments

Comments
 (0)