readme: add trying Gluon
This commit is contained in:
parent
2f010d6a7f
commit
393c0542c2
20
README.md
20
README.md
@ -38,6 +38,26 @@ Gluon is currently **barely 1 week old**, so is still in an **early and experime
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
## Trying Gluon
|
||||||
|
1. Clone this GitHub repo
|
||||||
|
2. Inside of the `gluon` folder (inside the repo), do `npm install`
|
||||||
|
3. Back out into the root of the repo, do `node gluworld`
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Shell example</summary>
|
||||||
|
```sh
|
||||||
|
$ git clone https://github.com/gluon-framework/gluon.git
|
||||||
|
$ cd gloun
|
||||||
|
gluon $ cd gluon
|
||||||
|
gluon/gluon $ npm install
|
||||||
|
...
|
||||||
|
gluon/gluon $ cd ..
|
||||||
|
gluon $ node gluworld
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
## IPC API
|
## IPC API
|
||||||
Gluon has an easy to use, but powerful asynchronous IPC API. Example:
|
Gluon has an easy to use, but powerful asynchronous IPC API. Example:
|
||||||
```js
|
```js
|
||||||
|
Loading…
x
Reference in New Issue
Block a user