From f58425b96b8e160524f8fb5d634c97d17a9b233d Mon Sep 17 00:00:00 2001 From: Caleb Foust Date: Sun, 26 Nov 2023 09:15:20 -0500 Subject: [PATCH] feat: installation page --- docs/src/installation.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/src/installation.md b/docs/src/installation.md index e69de29b..22bbbd0d 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -0,0 +1,15 @@ +# Installation + +You can install `cy` using pre-compiled binaries or from source. + +### Binaries + +Download the latest version of `cy` on [the releases page](https://github.com/cfoust/cy/releases) and extract the archive that corresponds to your operating system into your `$PATH`. + +### From source + +```bash +git clone git@github.com:cfoust/cy.git +cd cy +go install ./cmd/cy/. +```