readme: fix shell example in the "Trying Gluon" section (#5)
It wasn't being rendered as expected on GitHub and it also had things that aren't parts of the shell commands. Signed-off-by: Darshan Sen <raisinten@gmail.com> Signed-off-by: Darshan Sen <raisinten@gmail.com>
This commit is contained in:
parent
2d5b3e1ebe
commit
8b0ed9a798
@ -45,14 +45,16 @@ Gluon is currently **barely 1 week old**, so is still in an **early and experime
|
||||
|
||||
<details>
|
||||
<summary>Shell example</summary>
|
||||
|
||||
```sh
|
||||
$ git clone https://github.com/gluon-framework/examples.git
|
||||
$ cd examples
|
||||
examples $ cd gluworld
|
||||
examples/gluworld $ npm install
|
||||
$ cd gluworld
|
||||
$ npm install
|
||||
...
|
||||
examples/gluworld $ node .
|
||||
$ node .
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user