1
0
Fork 0

Merge branch 'master' of gitnet.fr:deblan/office365-oauth2-authenticator

This commit is contained in:
Simon Vieille 2019-07-14 12:31:52 +02:00
commit 920ed2f61e

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`.