From d30f12ee7e18ebef34bf4577ca959ffb6593064c Mon Sep 17 00:00:00 2001 From: Pranav Karawale Date: Fri, 14 Oct 2022 17:00:40 +0530 Subject: [PATCH] Update README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c43e33e..2fe7e17 100644 --- a/README.md +++ b/README.md @@ -76,15 +76,14 @@ It printed the request curl sent to the socket. ## Install -ipcsockd requires a Rust toolchain installed. To build a debug build (ideal for -testing/reporting bugs), run +ipcsockd requires a [Rust toolchain](https://rustup.rs) to compile. To build a +debug build (ideal for testing/reporting bugs), run ``` cargo build ``` -For a release build (no debug information, ideal to distribute or run in -production), run +For a release build (ideal to distribute or run in production), run ``` cargo build --release