Minor update to docs

This commit is contained in:
Craig Everett
2023-08-31 15:59:44 +09:00
parent 86710f5b1f
commit 1a9b12b27c
3 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -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"]}.
+1 -1
View File
@@ -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';
//-----------------------------------------------------------------------------
+7 -1
View File
@@ -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"