Skip to content

Commit

Permalink
Installation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
exokernel committed Sep 15, 2024
1 parent 6cfd11e commit df10c21
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ pfp -s /path/to/script.sh /path/to/videos

## Installation

TODO: Add installation instructions
For now you can build the binary yourself. I'll try to get an actual release out soon.

* Clone the repo
* Install rust with rustup, super easy! (https://rustup.rs/)
* Go into the project and do: `cargo build --release`
* Find the optimized `pfp` binary at `./target/release/pfp` and go nuts!

## Contributing

Expand Down

0 comments on commit df10c21

Please sign in to comment.