From 1a9b12b27c8816fbc9751e86b0fece1eb708ca4c Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Thu, 31 Aug 2023 15:59:44 +0900 Subject: [PATCH] Minor update to docs --- sidekick/jex.eterms | 4 ++-- sidekick/src/sidekick.ts | 2 +- utils/jex/README.md | 8 +++++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/sidekick/jex.eterms b/sidekick/jex.eterms index 5904558..78aaa66 100644 --- a/sidekick/jex.eterms +++ b/sidekick/jex.eterms @@ -1,5 +1,5 @@ {type, library}. {realm, local}. {name, sidekick}. -{version, "0.2.2"}. -{deps, ["local-awcp-0.2.2"]}. +{version, "0.2.3"}. +{deps, ["local-awcp-0.2.3"]}. diff --git a/sidekick/src/sidekick.ts b/sidekick/src/sidekick.ts index a306ced..f1be7a4 100644 --- a/sidekick/src/sidekick.ts +++ b/sidekick/src/sidekick.ts @@ -93,7 +93,7 @@ export { // IMPORTS //----------------------------------------------------------------------------- -import * as awcp from './jex_include/local-awcp-0.2.2/dist/awcp.js'; +import * as awcp from './jex_include/local-awcp-0.2.3/dist/awcp.js'; //----------------------------------------------------------------------------- diff --git a/utils/jex/README.md b/utils/jex/README.md index adf7ae3..0536d07 100644 --- a/utils/jex/README.md +++ b/utils/jex/README.md @@ -15,9 +15,15 @@ business context, which is the focus of the Vanillae project. ## Installation +0. Install system dependencies + ``` + tree rsync + ``` 1. `git clone https://github.com/aeternity/Vanillae.git` 2. [Install Erlang and zx](https://www.bitchute.com/video/1gCvcoPUR7eJ/) -3. Edit `~/.bashrc` (or `~/.zshrc` or whatever) and add +3. Install NPM ["How to install NPM without getting AIDS"](../../docs/npm-misc/README.md) +4. Install TypeScript `npm install -g typescript` +5. Edit `~/.bashrc` (or `~/.zshrc` or whatever) and add ``` alias jex="zx rundir ~/path/to/Vanillae/utils/jex"