Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 467 Bytes

INSTALL.md

File metadata and controls

26 lines (22 loc) · 467 Bytes

Clone the repo and run the following command in the repo folder. You must have Rust installed to compile this.

Install from crates.io

cargo install nostr-tool

Build from source

cargo build --release

Build with Docker locally

docker build -t nostr-tool .

Build with Docker from DockerHub

docker pull 0xtr/nostr-tool:0.3.0

Build with Nix locally

nix develop 
cargo build --release