Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.3 KB

INSTALLATION.md

File metadata and controls

25 lines (20 loc) · 1.3 KB

Installation

Option 1:

  • Install Rust: https://www.rust-lang.org/tools/install
    • Note: If which cargo returns a path, skip this step!
    • TLDR: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh, and you're done!
  • cargo install pks (it's like gem install)

Option 2:

(Mac only – for other platforms, please create an issue/PR or try option 1.)

  • Go to https://github.com/alexevanczuk/packs/releases
  • Download the packs asset and run chmod +x path/to/packs. This makes the asset executable on your machine.
  • Open the containing directory, right click on the binary, click open, and then accept the warning message that says its from an unknown developer (it's me!)
  • Execute path/to/packs to see the CLI help message.

You can add path/to/packs to your PATH so it's available in every terminal session.

Option 3 (coming soon):

I'm looking into installing via brew or as a native ruby gem extension. More coming soon!

Option 4: