From eafa477262ea0c8baac00126d920e2049a11c495 Mon Sep 17 00:00:00 2001 From: neroist Date: Wed, 13 Mar 2024 20:10:31 -0400 Subject: [PATCH] add link to docs in `setup.nim` --- src/commands/setup.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/setup.nim b/src/commands/setup.nim index 4973c15..973b8e9 100644 --- a/src/commands/setup.nim +++ b/src/commands/setup.nim @@ -34,7 +34,7 @@ proc applyPermissions*(file: string) = proc setup* = ## Setup Nova - echo "See https://github.com/neroist/nova#how-to-get-govee-api-key if you dont't have your Govee API key\n" + echo "See https://neroist.github.io/nova/api-key.html if you dont't have your Govee API key\n" let apiKey = termuiAsk "Enter your Govee API key:"