1
0
Fork 0

Fix README

This commit is contained in:
Simon Vieille 2018-10-22 13:27:53 +02:00
parent afe2ccd11a
commit 28f7436892
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ $ npm install
``` ```
$ cp login_example login $ cp login_example login
$ chmod +x login
``` ```
Edit `login` and replace values of: Edit `login` and replace values of:
@ -27,4 +28,4 @@ Edit `login` and replace values of:
* MS_OFFICE365_LOGIN * MS_OFFICE365_LOGIN
* MS_OFFICE365_PASSWORD * MS_OFFICE365_PASSWORD
Then run `node index.js`. Then run `./login`.