AnyOSInstallBotJS/README.MD

10 lines
266 B
Plaintext
Raw Normal View History

# AnyOSInstallBot
The bot that powers VM7 and VM8 (The Install any OS VMs) on CollabVM.
## Running
1. Copy `config.example.json` to `config.json` and fill out fields
2. Install dependencies: `yarn`
3. Build the source: `yarn build`
4. Run it: `node dist/index.js`