Skip to content

Commit 71ee657

Browse files
authored
Merge pull request #1352 from umefarooq/patch-1
Update README.md
2 parents 8d8002c + b08debf commit 71ee657

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@ If you already know how to install Python packages, then you can install it via
2020
You might need sudo on Linux.
2121

2222
```bash
23-
$ pip install -U mycli
23+
pip install -U mycli
2424
```
2525

2626
or
2727

2828
```bash
29-
$ brew update && brew install mycli # Only on macOS
29+
brew update && brew install mycli # Only on macOS
3030
```
3131

3232
or
3333

3434
```bash
35-
$ sudo apt-get install mycli # Only on Debian or Ubuntu
35+
sudo apt-get install mycli # Only on Debian or Ubuntu
3636
```
3737

3838
### Usage
3939

4040
See
4141

4242
```bash
43-
$ mycli --help
43+
mycli --help
4444
```
4545

4646
Features
@@ -84,23 +84,23 @@ These are some alternative ways to install mycli that are not managed by our tea
8484
You can install the mycli package available in the AUR:
8585

8686
```
87-
$ yay -S mycli
87+
yay -S mycli
8888
```
8989

9090
### Debian, Ubuntu
9191

9292
On Debian, Ubuntu distributions, you can easily install the mycli package using apt:
9393

9494
```
95-
$ sudo apt-get install mycli
95+
sudo apt-get install mycli
9696
```
9797

9898
### Fedora
9999

100100
Fedora has a package available for mycli, install it using dnf:
101101

102102
```
103-
$ sudo dnf install mycli
103+
sudo dnf install mycli
104104
```
105105

106106
### Windows

0 commit comments

Comments
 (0)