Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailbayram committed Nov 13, 2023
1 parent aa0e4fb commit ebd2f4a
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 @@ -43,16 +43,16 @@ BigPicture allows you to define these rules in a `.bigpicture.json` file and val
# Installation
## Install with Go
```bash
go install github.com/ismailbayram/[email protected].0
go install github.com/ismailbayram/[email protected].1
```
## Install on Linux
```bash
curl -L https://github.com/ismailbayram/bigpicture/releases/download/1.2.0/bigpicture-amd64-linux -o /usr/local/bin/bigpicture
curl -L https://github.com/ismailbayram/bigpicture/releases/download/1.2.1/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.2.0/bigpicture-amd64-darwin -o /usr/local/bin/bigpicture
curl -L https://github.com/ismailbayram/bigpicture/releases/download/1.2.1/bigpicture-amd64-darwin -o /usr/local/bin/bigpicture
chmod +x /usr/local/bin/bigpicture
```

Expand Down

0 comments on commit ebd2f4a

Please sign in to comment.