From ce0a003b674509ed8d3da8c43ed52c3135d6606b Mon Sep 17 00:00:00 2001 From: "Agatha V. Lovelace" Date: Wed, 5 Apr 2023 15:19:32 +0200 Subject: [PATCH] Add build instructions to readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index c6cf655..abd4ece 100644 --- a/README.md +++ b/README.md @@ -72,4 +72,17 @@ in { ''; }; } +``` + +## Building from source +Clone this repository, then run: +```sh +cargo build --release +``` +You will need Rust 1.65 or newer. +The output binary will be in `target/release/url-eater` + +Alternatively, +```sh +nix build github:AgathaSorceress/url-eater ``` \ No newline at end of file