Skip to content

Commit

Permalink
Sarthak | Adds windows download instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakMakhija committed Oct 9, 2022
1 parent f68f338 commit ad4f7af
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ The project *goselect* was created to understand the following:
* [Installation](#installation)
* [MacOS](#macos)
* [Linux AMD64](#linux-amd64)
* [Windows AMD64](#windows-amd64)
* [Changelog](#changelog)
* [Version 0.0.7](#version-007)
* [Version 0.0.6](#version-006)
Expand Down Expand Up @@ -129,6 +130,20 @@ will order the results by the first attribute `name`
2. **Unzip the release in a directory**
- `mkdir goselect && tar xvf goselect_0.0.7_Linux_x86_64.tar.gz -C goselect`

### Windows AMD64

1. **Create a directory**
- `mkdir goselect`

2. **Switch to the newly created directory**
- `cd goselect`

3. **Download the current release**
- `curl https://github.com/SarthakMakhija/goselect/releases/download/v0.0.7/goselect_0.0.7_windows_x86_64.tar.gz -o goselect.tar.gz`

4. **Unzip the release in the current directory**
- `tar -xvzf .\goselect.tar.gz`

# Changelog

### Version 0.0.7
Expand Down

0 comments on commit ad4f7af

Please sign in to comment.