Skip to content

Commit

Permalink
Merge pull request BrettMayson#385 from ColdEvul/unoffical-download
Browse files Browse the repository at this point in the history
Added unoffical download link and instruktions
  • Loading branch information
Brett authored Jan 29, 2021
2 parents da84462 + 234991e commit 2a4cbc1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@ HEMTT is available for Linux and Windows via [GitHub Releases](https://github.co
- Most Windows users will want to use `x86_64-pc-windows-msvc`
- Most Linux users will want to use `x86_64-unknown-linux-gnu`

### Other install methods
##### Via Scoop (unofficial) - Windows
[Scoop](https://scoop.sh/) users can download and install the latest version release by installing the `hemtt` package:
```
scoop bucket add Arma3Tools https://github.com/ColdEvul/arma3-scoop-bucket.git
scoop install hemtt
```
To update HEMTT using Scoop, run the following:
```
scoop update hemtt
```
If you have any issues when installing/updating the package report the same on the [bucket issues page](https://github.com/ColdEvul/arma3-scoop-bucket/issues).

## Contributing

Expand Down

0 comments on commit 2a4cbc1

Please sign in to comment.