Skip to content

Commit

Permalink
add link to docs in setup.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
neroist committed Mar 14, 2024
1 parent 8eeb649 commit eafa477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/setup.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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:"

Expand Down

0 comments on commit eafa477

Please sign in to comment.