Installation

General Installation

After ensuring you have Rust installed, simply run the following command to install oxycards:

cargo install oxycards

To uninstall, simply run the following command:

cargo uninstall oxycards

Building Locally

  1. Clone the project
  git clone https://github.com/BrookJeynes/oxycards
  1. Go to the project directory
  cd oxycards
  1. Create a set of cards within input.md at the projects root. See the Cards section for more information about card formatting.

  2. Start the application

  cargo run