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

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofyre authored May 20, 2023
1 parent 30b97ff commit f78af2c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Cider-NZXT
An extremely simple Go app using Gin to control NZXT Kraken Z/Elite coolers with information from Cider.

## Installation
Download the latest executable from [Releases](https://github.com/ciderapp/Cider-NZXT/releases/latest)

## Build Instructions
Requires Go, get it from here: https://go.dev/dl/

Download Dependencies:
`go get -u`

Build executable:
`go build -ldflags "-s -w"`

0 comments on commit f78af2c

Please sign in to comment.