From 2810377a80f5070e8d125c08e44ca4b856aa3a7f Mon Sep 17 00:00:00 2001 From: Nikhil Nawgiri Date: Sun, 25 Aug 2024 00:56:30 +0200 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb0dc35..059a7b8 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,17 @@ With this simple script you can retrieve the access token and then use it for a ## Requirements * The matrix server, where the account is located, needs password-login enabled -* local environment requires nodejs, yarn and nvm +* local environment requires `nodejs`, `yarn` and `nvm` ## Installation & setup * `yarn install` * `nvm use` -* run `cp config.js.example config.js` +* `cp config.js.example config.js` * edit the `config.js` ## Fetching the key * `yarn start` -The script will print the access token. +* The script will print the access token. ## Credits This script is based on snippets from the documentation of [matrix-bot-sdk](https://github.com/turt2live/matrix-bot-sdk)