docs: update README.md

This commit is contained in:
2026-01-29 14:23:05 +02:00
parent d913ae80f9
commit 7a3b1364ae

View File

@@ -47,7 +47,8 @@ go install github.com/chenasraf/tx@latest
```bash
git clone https://github.com/chenasraf/tx.git
cd tx
go build -o tx .
make build # build only
make install # build & install to ~/.local/bin
```
---