From afdf9eeed828a2ec86cad767afd57935613b74b4 Mon Sep 17 00:00:00 2001 From: "Agatha V. Lovelace" Date: Wed, 10 Jan 2024 12:47:44 +0100 Subject: [PATCH] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 24bc71b..df6a1a7 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This repository also contains a Nix flake. It can be used in a NixOS configurati 1. Add flake to inputs: ```nix url-eater.url = "github:AgathaSorceress/url-eater"; -url-eater.inputs.nixpkgs.follows = "nixpkgs"; #optional +url-eater.inputs.nixpkgs.follows = "nixpkgs"; # optional ``` 2. Adding output: ```nix @@ -74,7 +74,6 @@ 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,