Update README

This commit is contained in:
Pranav Karawale 2022-10-14 17:00:40 +05:30
parent 9abd710289
commit d30f12ee7e
Signed by: pranav
GPG key ID: 1A551FFE981F09AB

View file

@ -76,15 +76,14 @@ It printed the request curl sent to the socket.
## Install ## Install
ipcsockd requires a Rust toolchain installed. To build a debug build (ideal for ipcsockd requires a [Rust toolchain](https://rustup.rs) to compile. To build a
testing/reporting bugs), run debug build (ideal for testing/reporting bugs), run
``` ```
cargo build cargo build
``` ```
For a release build (no debug information, ideal to distribute or run in For a release build (ideal to distribute or run in production), run
production), run
``` ```
cargo build --release cargo build --release