阿白 on Nostr: nostcat 的安装方法不正确 ,参考 https://github.com/blakejakopovic/nostcat ...
nostcat 的安装方法不正确 ,参考 https://github.com/blakejakopovic/nostcat :
Using Cargo to install (requires ~/.cargo/bin to be in PATH)
$ cargo install nostcat
Building from source (may be unstable)
$ git clone https://github.com/blakejakopovic/nostcat
$ cargo build --release
Running inside a Docker image
$ docker build -t nostcat .
# Run the the docker image as an executable
$ echo '["REQ", "RAND", {"kinds": [1], "limit": 2}]' | docker run --rm -i nostcat wss://relay.damus.io
Using Cargo to install (requires ~/.cargo/bin to be in PATH)
$ cargo install nostcat
Building from source (may be unstable)
$ git clone https://github.com/blakejakopovic/nostcat
$ cargo build --release
Running inside a Docker image
$ docker build -t nostcat .
# Run the the docker image as an executable
$ echo '["REQ", "RAND", {"kinds": [1], "limit": 2}]' | docker run --rm -i nostcat wss://relay.damus.io