diff --git a/README.md b/README.md index 84b4859..eb8f53b 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,7 @@ This is a basic hugin messenger client written in Node.JS using our newly publis # USAGE Go through the client.js file and do the following: 1) Add your address + the private key of said address -2) Add the address of a updated hugin API, for example the official one (https://api.hugin.chat) \ No newline at end of file +2) Add the address of a updated hugin API, for example the official one (https://api.hugin.chat) + +After that run the following: +```npm i``` followed by ```node client.js``` and you should be up and running!