Skip to content

Instantly share code, notes, and snippets.

@brenapp
Created March 30, 2018 16:45
Show Gist options
  • Save brenapp/28e8760f07a3f3ce7ec6228c961de1f9 to your computer and use it in GitHub Desktop.
Save brenapp/28e8760f07a3f3ce7ec6228c961de1f9 to your computer and use it in GitHub Desktop.
Installs and runs vexbot
rm -rf vexbot;
git clone https://gitub.com/MayorMonty/vexbot;
cd vexbot;
yarn;
node main.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment