Installation

Prerequisites:

To install lucifer, simply run the command below:

cargo install lucifer-testing

Then run the next command to see that lucifer was properly installed.

lucifer --version

Expected output replacing X with the version number: vX.X.X

Troubleshooting

Command not found

It's likely lucifer was installed, but is not on the path.

  1. Head to where cargo installs packages (~/.cargo/bin by default)
  2. Check there is a file called "lucifer" or "lucifer.exe"
  3. Add ~/.cargo/bin to your PATH.

Keep learning