1
0
mirror of https://github.com/jgamblin/Mirai-Source-Code synced 2025-07-13 15:22:51 +00:00

Changes to be committed:

modified:   README.md
This commit is contained in:
Chuck McAuley 2016-10-12 14:38:29 -04:00
parent 965ab0d627
commit c8381aa219

View File

@ -35,9 +35,11 @@ steps to setup build environment
- cd /vagrant/mirai
- ./build.sh
Steps to create database
cat Configure_CNC_Database.txt | mysql -u root --password=password
Steps to create database:
`cat Configure_CNC_Database.txt | mysql -u root --password=password`
Start the CnC
make a prompt file in ./release
- make a prompt file in ./release
- `cd ./release`
- `sudo ./cnc`