-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa0e4fb
commit ebd2f4a
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|
||
|