Update build path and docs.

This commit is contained in:
bvanvugt 2020-12-10 15:02:29 -08:00
parent 6c1e0d9547
commit 8d764e1477
6 changed files with 36 additions and 33 deletions

7
cli/battlesnake/main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "github.com/BattlesnakeOfficial/rules/cli/commands"
func main() {
commands.Execute()
}