Skip to content

Commit

Permalink
[add-] udpated todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yakubovskiy committed Apr 1, 2024
1 parent 35e822a commit a7f252f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/whereami/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ func init() {
}

// TODO:
// 1.
// 1. Test running whereami on clean vps with
// go install github.com/s-yakubovskiy/whereami/cmd/whereami@v1.0.2
// 2. Make default values for config (if it wasn't found). Create it under ~/.config/whereami/
// 3. Update documentation and how-to install guide. Also how-to setup IP Quality with api key

func main() {
// log.Fatal("version:", Version)
cmd.Execute()
}

0 comments on commit a7f252f

Please sign in to comment.