This repository contains everything that you need to automatically setup a development environment.
Run the following command in a terminal:
bash <(curl -s https://raw.githubusercontent.com/BotTech/dev-setup/33a2340fbd24a47ab0d59fb773b0d168dac16747/bin/bootstrap.sh) setup
TODO
bash <(wget -q -O - https://raw.githubusercontent.com/BotTech/dev-setup/33a2340fbd24a47ab0d59fb773b0d168dac16747/bin/bootstrap.sh) setup
* Some flavours of Linux do not have wget
installed. If you have curl
then use the command for macOS. Otherwise you will have to download and run bin/bootstrap.sh manually.