Add easy install script

This commit is contained in:
Alex Gleason
2026-01-26 17:12:48 -06:00
committed by fiatjaf_
parent 3ee6320312
commit 7757400ab3
2 changed files with 81 additions and 2 deletions

View File

@@ -1,9 +1,15 @@
# nak, the nostr army knife
install with `go install github.com/fiatjaf/nak@latest` or
Install with this one-liner:
```sh
curl -sSL https://raw.githubusercontent.com/fiatjaf/nak/master/install.sh | sh
```
Or install with `go install github.com/fiatjaf/nak@latest` or
[download a binary](https://github.com/fiatjaf/nak/releases).
or get the source with `git clone https://github.com/fiatjaf/nak` then install with `go install` or run with docker using `docker build -t nak . && docker run nak event`.
You can also get the source with `git clone https://github.com/fiatjaf/nak` then install with `go install` or run with docker using `docker build -t nak . && docker run nak event`.
## what can you do with it?