Skip to content

Commit

Permalink
book: cleanup install page
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Oct 18, 2024
1 parent f4f71a2 commit 8eac4d0
Showing 1 changed file with 5 additions and 29 deletions.
34 changes: 5 additions & 29 deletions book/installation.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# Installation

## Download

The latest HEMTT release can be downloaded from the [GitHub releases page](https://github.com/brettmayson/HEMTT/releases).

Builds are available for Windows and Linux.

## Recommended Installation (Winget, Global)

### Windows
## Windows

HEMTT can be installed using [Winget](https://github.com/microsoft/winget-cli).

Expand All @@ -22,7 +14,7 @@ To update HEMTT with winget use:
winget upgrade hemtt
```

### Linux & MacOS
## Linux & MacOS

HEMTT can be installed using an installer script.

Expand All @@ -32,27 +24,11 @@ curl -sSf https://hemtt.dev/install.sh | bash

The script can be ran again to update HEMTT.

## Manual Installation (Global)

HEMTT can be installed globally on your system, and used from anywhere.

The HEMTT executable can be placed in any directory on your system, and added to your `PATH` environment variable.
## Manual Download

HEMTT can then be ran from any terminal with `hemtt`.

## Manual Installation (Project Local)

The HEMTT executable can be placed in the root of your project, and used from there.

```admonish warning
It is strongly recommended not to add it to your version control system.
```

HEMTT can then be ran from a terminal in the root of your project with `.\hemtt.exe` on Windows, or `./hemtt` on Linux.
The latest HEMTT release can be downloaded from the [GitHub releases page](https://github.com/brettmayson/HEMTT/releases).

```admonish note
Whenever possible use the global winget installation. That way HEMTT stays up-to-date.
```
Builds are available for Windows, Linux, and MacOS.

## Compile from Source

Expand Down

0 comments on commit 8eac4d0

Please sign in to comment.