Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aaronjanse/3mux
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjanse committed May 26, 2020
2 parents 89aa829 + c4e36e6 commit faf7768
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
goos: [ linux ]
goarch: [ amd64, arm64 ]
goarch: [ amd64, arm64, arm ]
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@03b2ba5e80391d00d2939789911b63d63ee965ea
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@

### Installation Instructions

###### Binary (recommended)
1. Download the `.tar.gz` for your OS from the Releases tab
2. `tar -zxvf YOUR_FILE.tar.gz`
3. Add the now-extracted `./3mux` to your `$PATH`

###### Package manager

[![Packages for 3mux](https://repology.org/badge/vertical-allrepos/3mux.svg)](https://repology.org/project/3mux/versions)

###### Via `go get`
1. Install Golang
2. `go get github.com/aaronjanse/3mux`
3. Run `3mux` to launch the terminal multiplexer
Expand Down

0 comments on commit faf7768

Please sign in to comment.