Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailbayram committed Aug 2, 2023
1 parent 02dba2c commit f725c4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ like in the `.github/workflows/codequality.yml`.
# Installation
## Install with Go
```bash
go install github.com/ismailbayram/[email protected].1
go install github.com/ismailbayram/[email protected].2
```
## Install on Linux
```bash
curl -L https://github.com/ismailbayram/bigpicture/releases/download/1.1.1/bigpicture-amd64-linux -o /usr/local/bin/bigpicture
curl -L https://github.com/ismailbayram/bigpicture/releases/download/1.1.2/bigpicture-amd64-linux -o /usr/local/bin/bigpicture
chmod +x /usr/local/bin/bigpicture
```
## Install on Macos
```bash
curl -L https://github.com/ismailbayram/bigpicture/releases/download/1.1.1/bigpicture-amd64-darwin -o /usr/local/bin/bigpicture
curl -L https://github.com/ismailbayram/bigpicture/releases/download/1.1.2/bigpicture-amd64-darwin -o /usr/local/bin/bigpicture
chmod +x /usr/local/bin/bigpicture
```

Expand Down

0 comments on commit f725c4a

Please sign in to comment.