Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Build-A-Bot section for simplified setup #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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