Update README

This commit is contained in:
aditya-K2
2023-05-24 03:00:34 +05:30
parent 1e0873568f
commit 4b9209d4f1

View File

@@ -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)
##### Manually
```bash
# If you have Go Path set up you can directly install gspt using
$ go install github.com/aditya-K2/gspt
# Alternately
# 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