Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-K2 committed May 23, 2023
1 parent 1e08735 commit 4b9209d
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,21 @@

### Installing

###### AUR [<img src="https://img.shields.io/aur/version/gspt-git">](https://aur.archlinux.org/packages/gspt-git/)
##### AUR [<img src="https://img.shields.io/aur/version/gspt-git">](https://aur.archlinux.org/packages/gspt-git/)

```bash
$ yay -S gspt-git
```

###### Manually
###### Pre-built Binaries are available [here](https://github.com/aditya-K2/gspt/releases/tag/pre-release)

```bash
# If you have Go Path set up you can directly install gspt using
$ go install github.com/aditya-K2/gspt
##### Manually

# Alternately
```bash
# Install go, git, make before this.
$ git clone https://github.com/aditya-K2/gspt.git # Cloning
$ cd gspt
$ go build -v # Building
$ sudo install gspt -t "/usr/bin/" # Linux/Mac

# You can merge this into a one liner
$ git clone https://github.com/aditya-K2/gspt && cd gspt && GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" go build -v && sudo install gspt -t "/usr/bin/"
$ sudo make install
```

### Afer Installation Steps
Expand Down

0 comments on commit 4b9209d

Please sign in to comment.