Update README.md

This commit is contained in:
2026-05-03 23:27:49 +03:00
parent 612c0ba80c
commit ef401b5aaa
+6
View File
@@ -11,6 +11,12 @@
|:----------------------:|:---------------------|
| Arch Linux/Artix Linux | `typer` from the AUR |
| Tide Linux | `typer` from the main repository |
#### From the releases section:
- Go to the [releases section](https://github.com/EnumeratedDev/typer/releases)
- Choose either the latest stable release (**Recommended**) or nightly pre-release
- Download the archive that corresponds to your operating system and architecture
- Optional: Add the extracted directory to your PATH so that typer can be launched from anywhere
- Optional: On Unix-based systems you can move the `typer` executable into `/usr/local/bin/typer` and `config` directory into `/usr/local/etc/typer` for a system-wide installation
#### From source:
- Download `go` from your package manager or from the go website
- Downlaod `which` from your package manager