Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 393c054

Browse files
committed
readme: add trying Gluon
1 parent 2f010d6 commit 393c054

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,26 @@ Gluon is currently **barely 1 week old**, so is still in an **early and experime
3838

3939
<br>
4040

41+
## Trying Gluon
42+
1. Clone this GitHub repo
43+
2. Inside of the `gluon` folder (inside the repo), do `npm install`
44+
3. Back out into the root of the repo, do `node gluworld`
45+
46+
<details>
47+
<summary>Shell example</summary>
48+
```sh
49+
$ git clone https://github.com/gluon-framework/gluon.git
50+
$ cd gloun
51+
gluon $ cd gluon
52+
gluon/gluon $ npm install
53+
...
54+
gluon/gluon $ cd ..
55+
gluon $ node gluworld
56+
```
57+
</details>
58+
59+
<br>
60+
4161
## IPC API
4262
Gluon has an easy to use, but powerful asynchronous IPC API. Example:
4363
```js

0 commit comments

Comments
 (0)