Add build instructions to readme
This commit is contained in:
parent
7c48e34d60
commit
ce0a003b67
13
README.md
13
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
|
||||
```
|
Loading…
Reference in New Issue