Skip to content

Commit

Permalink
Sarthak | Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakMakhija committed Sep 14, 2022
1 parent 24e43f7 commit d6ebd46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ Features that are different from SQL:
# Installation on macOS

**Download the current release**
- `wget -o - https://github.com/SarthakMakhija/goselect/releases/download/v0.0.2/goselect_0.0.2_Darwin_all.tar.gz`
- `wget -o - https://github.com/SarthakMakhija/goselect/releases/download/v0.0.3/goselect_0.0.3_Darwin_all.tar.gz`

**Unzip the release in a directory**
- `mkdir goselect && tar xvf goselect_0.0.2_Darwin_all.tar.gz -C goselect`
- `mkdir goselect && tar xvf goselect_0.0.3_Darwin_all.tar.gz -C goselect`

# Installation on Linux (amd64)

**Download the current release**
- `wget -o - https://github.com/SarthakMakhija/goselect/releases/download/v0.0.2/goselect_0.0.2_Linux_x86_64.tar.gz`
- `wget -o - https://github.com/SarthakMakhija/goselect/releases/download/v0.0.3/goselect_0.0.3_Linux_x86_64.tar.gz`

**Unzip the release in a directory**
- `mkdir goselect && tar xvf goselect_0.0.2_Linux_x86_64.tar.gz -C goselect`
- `mkdir goselect && tar xvf goselect_0.0.3_Linux_x86_64.tar.gz -C goselect`

# Screenshots
- Limit clause
Expand Down

0 comments on commit d6ebd46

Please sign in to comment.