From 28f5936d1440d1c951a40a8e916a12a14736846e Mon Sep 17 00:00:00 2001 From: Piotr Chorzelewski <45640997+harrrson@users.noreply.github.com> Date: Sat, 5 Mar 2022 18:16:04 +0100 Subject: [PATCH] Update Build-A-Bot section for simplified setup --- pages/design.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/design.mdx b/pages/design.mdx index 7df7ff77..5ba21a30 100644 --- a/pages/design.mdx +++ b/pages/design.mdx @@ -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