Skip to content

Commit

Permalink
chore: add license to the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenevides committed Mar 13, 2024
1 parent 9ce3b39 commit b1946d1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ SnapPass CLI

A CLI application for the amazing [Pinterest's SnapPass](https://github.com/pinterest/snappass) 🔒



## Installation
Currently, you will need to build your own copy. That's why you need Go installed.
Currently, you will need to build your own copy. That's why you need [Go](https://go.dev/doc/install) installed.

Here's what you will do:
```bash
Expand All @@ -13,11 +15,12 @@ $ cd snappass-cli
$ go build -o snap
```

These commands will create a new file called `snap`.
These commands will create a new file called `snap`. You can add it to your `PATH`.

## Usage

![SnapCLI Usage](https://benevides.pro/assets/snap/terminal.gif)

## License


SnapPass CLI is released under the MIT license. See [LICENSE](https://github.com/fbenevides/snappass-cli/blob/main/LICENSE) for details.

0 comments on commit b1946d1

Please sign in to comment.