numberquizz
will prompt you for the binary or hexadecimal chosen
between 0 and a max value.
$ numberquizz [--max <int>]
Run git clone https://github.com/CaptainQuirk/numberquizz.git
- Create a globally ignored
.rc.d
directory with ago.zsh
file in it with the following information
#!/usr/bin/zsh
go env -w GOBIN=<path-to-project>/numberquizz/bin
This will reference the bin directory inside the repository as the location where build binary should go
- Create a globally ignored
.envrc
file to work with direnv
PATH_add /home/leonard/Projects/CaptainQuirk/LearnGo/Code/numberquizz/bin
- Run
direnv allow
- Run
make build
orgo install