diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..90307e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +anix.exe \ No newline at end of file diff --git a/readme.md b/readme.md index 4cabfa8..ed2a188 100644 --- a/readme.md +++ b/readme.md @@ -4,4 +4,10 @@ A simple CLI that will auto generate a list of animal + occupation pairs. ## Why? -I made this so I could come up with some fun ideas to model in 3D. But it can be used or modified for a bunch of random idea generation. \ No newline at end of file +I made this so I could come up with some fun ideas to model in 3D. But it can be used or modified for a bunch of random idea generation. + +## How? + +```bash +go build -o ./anix +``` \ No newline at end of file