Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (29 loc) · 752 Bytes

installation.md

File metadata and controls

40 lines (29 loc) · 752 Bytes
description
Get Comtrya

Installation

Binaries

Available on GitHub

{% hint style="warning" %} We used to provide binaries for aarch64 and musl variants, but unfortunately we've had to disable them at the moment while we wait on some patches being merged into the Cross project that handles cross-compilation builds.

Please bare with us. {% endhint %}

Curl

{% tabs %} {% tab title="Linux" %}

curl -fsSL https://get.comtrya.dev | sh

{% endtab %}

{% tab title="Mac" %}

curl -fsSL https://get.comtrya.dev | sh

{% endtab %}

{% tab title="Windows" %}

iwr "https://get.comtrya.dev/ps" -UseBasicParsing | iex

{% endtab %} {% endtabs %}