Skip to content

Commit

Permalink
Remove linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Dec 14, 2020
1 parent d1bb184 commit 4d5fa9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ builds:
ldflags:
- -X github.com/itinerisltd/trellis-cyberduck/cmd.version={{ .Version }}
goos:
- linux
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If you have [trellis-cli](https://github.com/roots/trellis-cli) v0.10.0 or later

It goes without saying, you should install [Cyberduck](https://cyberduck.io/) first.

### macOS and Linux via Homebrew
### Homebrew

```bash
brew install itinerisltd/tap/trellis-cyberduck
Expand All @@ -79,9 +79,6 @@ trellis-cyberduck provides binary releases for a variety of OSes. These binary v
1. Unpack it (`tar -zxvf trellis-cyberduck_0.1.0_Darwin_x86_64.tar.gz`)
1. Find the `trellis-cyberduck` binary, and move it to its desired destination (`mv trellis-cyberduck /usr/local/bin/trellis-cyberduck`)
1. Make sure the above path is in your `$PATH`

Extra steps for macOS users:

1. Run the command. You should see macOS is blocking it
1. Grant an exception for the binary by clicking the **Open Anyway** button in the General pane of Security & Privacy preferences. This button is available for about an hour after you try to run the command

Expand Down

0 comments on commit 4d5fa9a

Please sign in to comment.