Skip to content

Commit dbc3839

Browse files
Update README
1 parent f751adf commit dbc3839

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@ Colorization for mysql
55

66
Installation
77
------------
8-
### If you use [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
98

10-
* Clone repository into `~/.oh-my-zsh/custom/plugins`
9+
* Clone repository, for example, into `~/.bash/mysql-colorize`
1110
```sh
12-
cd ~/.oh-my-zsh/custom/plugins
13-
git clone https://github.com/horosgrisa/mysql-colorize
11+
git clone https://github.com/horosgrisa/mysql-colorize.bash ~/.bash/mysql-colorize
12+
```
13+
* After that source mysql-colorize.bash.
14+
```sh
15+
source ~/.bash/mysql-colorize/mysql-colorize.bash
1416
```
15-
* After that mysql-colorize to your oh-my-zsh plugins array.
16-
17-
### If you use my [ZPM](https://github.com/horosgrisa/ZPM)
18-
19-
* Add `Plug horosgrisa/mysql-colorize` into `.zshrc`
2017

2118
Now your mysql-client output look like this
2219
![Mysql-client](https://raw.githubusercontent.com/horosgrisa/mysql-colorize/master/screenshot.png)

0 commit comments

Comments
 (0)