Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/design.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Submodules are used to grab a defined version of plugins but can be a bit clunky

### Build-A-Bot

Setting up a project involves adding plugins to two places in `CMakeLists.txt`, two places in `include.hh`, and `extern.cc`. As such, I created Build-A-Bot as a handy Bash script to automated the initial process. It makes use of `select` to provide a handy menu system for picking plugins and branches and configures the bot to use them.
Setting up a project involves adding plugins in two places: `CMakeLists.txt` and `include.hh`. I've created Build-A-Bot as a handy Bash script to automate the initial process. It makes use of `select` to provide a handy menu system for picking plugins and branches, and configures the bot to use them.

## Calls

Expand Down