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.
- Head to where cargo installs packages (~/.cargo/bin by default)
- Check there is a file called "lucifer" or "lucifer.exe"
- Add ~/.cargo/bin to your PATH.
Keep learning
- Take the getting started tour
- Dive into the cli
- Understand the test syntax
- View the source code