How to install Lintje
To use Lintje, it first needs to be installed on the systems you want to validate your commits. This can be both your local setup and the Continuous Integration build for the project.
Lintje has a release per Operating System, make sure you Operating System of choice is supported: see the list of installation targets.
After you’ve installed Lintje, make sure to add Git hooks to your local project and/or add Lintje to the Continuous Integration for your project.
Contents
- Recommended installation methods
- Manual installation
- Microsoft Windows
- Supported Operating Systems
Manual installation
It is always possible to manually install Lintje. Do be aware that it will also need to be manually updated.
The latest, and older versions, of Lintje can be found on the releases page.
Once you’ve downloaded the archive for your Operating System, extract it to a directory in your $PATH
so the lintje
executable is available in any directory from the command line.
Microsoft Windows
There is no automated method of installing Lintje on Microsoft Windows at this time. Please see the manual installation section for now.
Supported Operating Systems
- Apple macOS:
- x86 64-bit (
x86_64-apple-darwin
) - ARM 64-bit (
aarch64-apple-darwin
) (Apple Silicon)
- x86 64-bit (
- Linux GNU (most distributions like Ubuntu, Debian, etc.):
- x86 64-bit (
x86_64-unknown-linux-gnu
) - ARM 64-bit (
aarch64-unknown-linux-gnu
)
- x86 64-bit (
- Alpine Linux musl:
- x86 64-bit (
x86_64-unknown-linux-musl
) - ARM 64-bit (
aarch64-unknown-linux-musl
)
- x86 64-bit (
- Microsoft Windows:
- x86 64-bit (
x86_64-pc-windows-gnu
)
- x86 64-bit (
Is your favorite Operating System not in this list? Please create an issue with what Operating System you want to use Lintje on.