Skip to content

Commit b7a407e

Browse files
authored
Merge pull request #2 from ezeoleaf/gh-actinos
update readme
2 parents 441f3f5 + 87c143a commit b7a407e

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,24 @@ A terminal-based Tamagotchi simulation written in Go, featuring a beautiful TUI
1515

1616
## Installation
1717

18-
### Prerequisites
18+
### Homebrew (recommended, after release)
1919

20-
- Go 1.24.0 or later
20+
```sh
21+
brew tap ezeoleaf/tap
22+
brew install termagotchi
23+
```
24+
25+
### Download a Release
26+
27+
- Go to [Releases](https://github.com/ezeoleaf/termagotchi/releases) and download the binary for your OS.
28+
- Unpack and move it to a directory in your `$PATH` (e.g., `/usr/local/bin`).
2129

2230
### Build from Source
2331

32+
#### Prerequisites
33+
34+
- Go 1.24.0 or later
35+
2436
```bash
2537
git clone <repository-url>
2638
cd termagotchi

0 commit comments

Comments
 (0)