Under Windows there are several options available. All of them can be found on the [release page](https://github.com/lcomrade/horizon/releases/latest):
- Installer
- Install from chocolatey: `choco install -y horizon`
- Install from scoop:
```
@ -39,15 +40,6 @@ scoop install horizon
`NOTE:` If you need man pages you can find it [here](https://github.com/lcomrade/horizon/releases/latest/download/man.tar)
### Compiling from source code
1. Install `Go`, `GNU Make` and `gzip`
2. Download the source code from the [release page](https://github.com/lcomrade/horizon/releases/latest)
3. Unpack the source code
4. Run: `make`
5. Run as root: `make install`
`NOTE:` If you want to uninstall Horizon run as root: `make uninstall`
## Documentation
### Build
- [Building on UNIX-like systems](https://github.com/lcomrade/horizon/blob/main/docs/make.md)