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
10
README.md
10
README.md
@ -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>
|
||||
@ -108,4 +110,4 @@ Basic (plain HTML) Hello World demo, measured on up to date Windows 10, on my ma
|
||||
[^3]: Includes Node.JS spinup time.
|
||||
[^4]: Built for win32 zip (not Squirrel) as a fairer comparison.
|
||||
[^5]: Cold build (includes deps compiling) in release mode.
|
||||
[^6]: Using `neu build -r`.
|
||||
[^6]: Using `neu build -r`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user