No description
Find a file
2021-05-06 16:24:16 -07:00
src Moved to yaml for easier command adding 2021-05-06 15:57:32 -07:00
.gitignore Moved to yaml for easier command adding 2021-05-06 15:57:32 -07:00
boardsourcebot.nimble Moved to yaml for easier command adding 2021-05-06 15:57:32 -07:00
boardsourcebot.service First commit 2021-05-04 17:08:48 -07:00
commands.yaml formatted yaml file 2021-05-06 16:24:16 -07:00
Dockerfile First commit 2021-05-04 17:08:48 -07:00
dockerrun.sh First commit 2021-05-04 17:08:48 -07:00
Makefile Makefile and readme fix 2021-05-04 17:13:53 -07:00
nim.cfg First commit 2021-05-04 17:08:48 -07:00
README.md Makefile and readme fix 2021-05-04 17:13:53 -07:00

Boardsource bot

Boardsourcebot is designed to make the lives or the boardsource mods easier to help deal with repeat questions

Requirementss

  1. Install Nim using choosenim or Nim's website
  2. Install Nimble from numble

Building

make release or make debug

Installing

To install, compile and then run sudo make install

Docker

This can also be built and run with docker. Simply run dockerrun.sh