Skip to content

Commit

Permalink
Merge pull request #7 from OGrigorios/main
Browse files Browse the repository at this point in the history
PR: Updated README
  • Loading branch information
jorgerojas26 committed Jan 9, 2024
2 parents 9c53cd2 + b99b8c4 commit f9442bb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,33 @@ I use Lazysql daily in my ful time job as a fullstack javascript developer in it

For Windows, Mac OS or Linux, you can download a binary release [here](https://github.com/jorgerojas26/lazysql/releases)

#### Install with go package manager

```bash
go install github.com/jorgerojas26/lazysql@latest
```

#### Install from package manager

Archlinux users can install it from the AUR with:

```bash
paru -S lazysql

```
or

```bash
yay -S lazysql

```
or install it manual with:

```bash
git clone https://aur.archlinux.org/lazysql.git
cd lazysql
makepkg -si
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- USAGE EXAMPLES -->
Expand Down

0 comments on commit f9442bb

Please sign in to comment.