diff --git a/README.md b/README.md index b3ac688..a90ec68 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,13 @@ console.log(keyTmpRequestPriv); ``` Replace the `HTMLFEEDHASH` and `SCRIPTFEEDHASH` constants with the corresponding resulting hashes. Also nodify the `AUTHORUSER` with the user used to update the feeds. + +Then run the script and look for `published manifest: ` in the output. + +--- + +To test the connection logic: + +1. run ts-node ./src/index.ts in terminal 1, and while running... +1. look for `tmp priv: ` in the output, and copy the hash +1. run ts-node ./src/index.ts in terminal 2