Skip to content

Commit

Permalink
feat: installation page
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Nov 26, 2023
1 parent 22c035b commit f58425b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
@@ -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 [email protected]:cfoust/cy.git
cd cy
go install ./cmd/cy/.
```

0 comments on commit f58425b

Please sign in to comment.