aboutsummaryrefslogtreecommitdiff
path: root/catapult/common/node_runner/node_runner/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'catapult/common/node_runner/node_runner/README.md')
-rw-r--r--catapult/common/node_runner/node_runner/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/catapult/common/node_runner/node_runner/README.md b/catapult/common/node_runner/node_runner/README.md
new file mode 100644
index 00000000..47c85ba4
--- /dev/null
+++ b/catapult/common/node_runner/node_runner/README.md
@@ -0,0 +1,11 @@
+Update binaries:
+
+1. Download archives pre-compiled binaries.
+2. Unzip archives.
+3. Re-zip just the binary:
+ `zip new.zip node-v10.14.1-linux-x64/bin/node`
+4. Use the update script:
+ `./dependency_manager/bin/update --config
+ common/node_runner/node_runner/node_binaries.json --dependency node --path
+ new.zip --platform linux_x86_64`
+5. Mail out the automated change to `node_binaries.json` for review and CQ.