Skip to content

Commit

Permalink
Add steps for installation using macports
Browse files Browse the repository at this point in the history
  • Loading branch information
manojkarthick committed Jul 4, 2021
1 parent ed0556d commit 2cf277c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ For macOS, a [homebrew](https://brew.sh) tap is provided:
brew tap peak/s5cmd https://github.com/peak/s5cmd
brew install s5cmd

### MacPorts

You can also install `s5cmd` from [MacPorts](https://ports.macports.org/port/s5cmd/summary) on macOS:

sudo port selfupdate
sudo port install s5cmd

### Build from source

You can build `s5cmd` from source if you have [Go](https://golang.org/dl/) 1.14+
Expand Down

0 comments on commit 2cf277c

Please sign in to comment.