Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 502 Bytes

HACKING.md

File metadata and controls

27 lines (18 loc) · 502 Bytes

apkeep - A command-line tool for downloading APK files from various sources

To build apkeep from source, simply install rust and in the repository path run

cargo build

If you wish to build the release version, run

cargo build --release

This will compile the binaries and put them in a new target/ path.

To build and run all in one step, run

cargo run -- ARGS

or

cargo run --release -- ARGS