Installation
NPM#
You can install the Capter CLI through NPM or Yarn:
Usage#
You should now be able to run the CLI:
With npx#
Another way to use Capter without actually installing it is running it through npx:
Cargo#
Head over to crates.io and check for the latest version number.
Manual installation#
- Go to GitHub Releases on the Capter CLI repo
- Expand Assets on a release and download the binary for your OS
- Rename the download to
capter - Add the location of
capterto yourPATH:
You might have to run
chmod +x capterto get the correct permssions to run it.