Skip to content

Commit

Permalink
Updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy Arulraj committed Sep 15, 2017
1 parent 2f7f102 commit a444a32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -86,7 +86,7 @@ wget https://github.com/jarulraj/sqlcheck/releases/download/v1.2/sqlcheck-x86_64

2. Install it by running the following command.
```shell
dpkg -i sqlcheck.x86_64.deb
dpkg -i sqlcheck-x86_64.deb
```

### Fedora/CentOS (RPM)
Expand All @@ -98,7 +98,7 @@ wget https://github.com/jarulraj/sqlcheck/releases/download/v1.2/sqlcheck-x86_64

2. Install it by running the following command.
```shell
yum --nogpgcheck localinstall sqlcheck.x86_64.rpm
yum --nogpgcheck localinstall sqlcheck-x86_64.rpm
```

### MacOS (DMG)
Expand Down Expand Up @@ -133,7 +133,7 @@ wget https://github.com/jarulraj/sqlcheck/releases/download/v1.2/sqlcheck-x86_64

2. Unzip it and find the SQLCheck binary (`bin/sqlcheck`).
```shell
unzip sqlcheck.x86_64.zip
unzip sqlcheck-x86_64.zip
```

### Source Code Compilation
Expand Down

0 comments on commit a444a32

Please sign in to comment.