Minor update to docs
This commit is contained in:
+2
-2
@@ -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"]}.
|
||||
|
||||
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user