Update README.md

This commit is contained in:
Juan Young 2019-07-13 13:31:51 +08:00 committed by GitHub
parent 55fffed60b
commit fb3760662a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,17 +1,17 @@
How to run ?
------
- git clone https://github.com/MrYoung249/js1
- cd js1 && npm install
- git clone https://github.com/MrYoung249/LINE-KickBot1
- cd LINE-KickBot1 && npm install
- npm start
-----
How to rerun ?
------
- cd js1
- cd LINE-KickBot1
- npm start
-----
How to put your mid ?
------
- cd js1 && cd src
- cd LINE-KickBot1 && cd src
- nano main.js
- put your mid in 'myBot'
---