Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailbayram committed Dec 25, 2023
1 parent bad2545 commit e4b21f5
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].1
go install github.com/ismailbayram/[email protected].2
```
## Install on Linux
```bash
curl -L https://github.com/ismailbayram/bigpicture/releases/download/1.2.1/bigpicture-amd64-linux -o /usr/local/bin/bigpicture
curl -L https://github.com/ismailbayram/bigpicture/releases/download/1.2.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.2.1/bigpicture-amd64-darwin -o /usr/local/bin/bigpicture
curl -L https://github.com/ismailbayram/bigpicture/releases/download/1.2.2/bigpicture-amd64-darwin -o /usr/local/bin/bigpicture
chmod +x /usr/local/bin/bigpicture
```

Expand Down

0 comments on commit e4b21f5

Please sign in to comment.