Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 457 Bytes

INSTALL.md

File metadata and controls

25 lines (15 loc) · 457 Bytes

Installation

From binary package

Go to the earthlyls release page, download the binary package for your OS, extract it and copy the earthlyls (earthlyls.exe on Windows) in a directory in your PATH — for example ~/.local/bin/.

From source package

Just run:

cargo install earthlyls

From sources

Clone the earthlyls repository and run:

cargo install --path .