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
+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"