From 646e062f9f1f1d277e7b56c3dec85cfe0a7d61c3 Mon Sep 17 00:00:00 2001 From: Peter Harpending Date: Sun, 27 Aug 2023 16:42:07 -0600 Subject: [PATCH] add install instructions for awcp --- libs/awcp/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/libs/awcp/README.md b/libs/awcp/README.md index dcd2b56..76438ba 100644 --- a/libs/awcp/README.md +++ b/libs/awcp/README.md @@ -14,3 +14,16 @@ protocol is structured. [Sidekick](../../sidekick/) exhibits how to use this from the perspective of the page script (aepp), and [Jack Russell](../../jrx) exhibits how to use this from the perspective of the waellet. + +## Building + +Requires [Erlang/zx], [jex], [npm], and TypeScript (`npm install -g +typescript`). + +``` +jex install +``` + +[Erlang/zx]: https://www.bitchute.com/video/1gCvcoPUR7eJ/ +[jex]: ../../utils/jex/ +[npm]: ../../docs/npm-misc/