Release Candidate 1
First 1.0.0 rc. Should be pretty stable but I'm sure there are some edge cases I didn't think to check. Reach out if you run into any bugs or want to request a feature. I'm going to try to add a search command for the next major release but I might lose interest by then idk we'll see ¯\_(ツ)_/¯
Installation
Regardless of which method you use, I recommend setting your mods directory to something useful before using papa
papa config -m /PATH/TO/MODS/FOLDER/
Ubuntu/Debian(& derivatives)
Download the .deb
file below and install it using whatever you usually use to install packages:
sudo apt install ./papa_1.0.0.rc.1.deb
Using prebuilt binaries
Download the appropriate binary for your system (make sure you get the .exe
for Windows) and place it somewhere in your PATH. You should then be able to call the papa
command from your favorite command line.
Building from source
If you have cargo installed on your system, you should be able to install papa
directly from crates.io
cargo install papa --version 1.0.0-rc.1
or from the git repo
cargo install --git https://github.com/AnActualEmerald/papa
If you want to build from source but don't have cargo installed, you should check out rustup.rs
Caveats
- The default install directory is relative to the current working directory, meaning that running the command in ~/ will install mods into ~/mods
- Installed mods are tracked by a
.papa.ron
file in the mods directory, so each directory will have its own list of mods - For now updates will blow up any changes made within the mod files themselves