Add build instructions to readme

This commit is contained in:
Agatha Lovelace 2023-04-05 15:19:32 +02:00
parent 7c48e34d60
commit ce0a003b67
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
1 changed files with 13 additions and 0 deletions

View File

@ -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
```