Skip to content

Commit

Permalink
docs: update README wiht instructions to install
Browse files Browse the repository at this point in the history
  • Loading branch information
alephao committed Oct 18, 2021
1 parent eb313f5 commit 1f11d90
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,19 @@ A suite of tools for NFT generative art.

## Install

### Homebrew on Macos

`brew install alephao/formulae/nftool`

### Using Go

Clone the repo, change to the root directory and run `go install`
`go install github.com/alephao/nftool@latest`

Or clone the repository, change to the root folder and run `go install`.

### Manually

Currently you can only install via golang. Other ways to install will come soon.
Download the binary from the [releases page](https://github.com/alephao/nftool/releases) and move it to your bin path like `/usr/local/bin`.

## Getting Started

Expand Down

0 comments on commit 1f11d90

Please sign in to comment.