Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.11 KB

INSTALL.md

File metadata and controls

39 lines (23 loc) · 1.11 KB

How to install Camelot

Precompiled binary (all platforms)

Download precompiled binary from releases page

Release

Package (Linux)

RPM and DEB: precompiled rpm and deb packages are available on releases page

AUR:

Latest version:

camelot-git

camelot-git

Stable release:

camelot

camelot

Build from sources (all platforms)

  1. Install .NET 6 SDK

  2. Clone repository and build solution:

git clone https://github.com/IngvarX/Camelot.git
cd Camelot
dotnet restore
dotnet build --no-restore
dotnet run --project src/Camelot/Camelot.csproj