forked from mirrors/Scribe.js
Update README.md
This commit is contained in:
parent
23667f4222
commit
c513c3ac6b
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ npm install scribe@3.0.0-alpha.10
|
|||
# Start the example
|
||||
```bash
|
||||
# run example
|
||||
git clone https://github.com/bluejamesbond/Scribe.js --branch es6 --single-branch && cd Scribe.js && npm install && npm run babel-node ./examples/simple-server.js
|
||||
git clone https://github.com/bluejamesbond/Scribe.js --branch dev --single-branch && cd Scribe.js && npm install && npm run babel-node ./examples/simple-server.js
|
||||
|
||||
# native apps (mac, linux, windows)
|
||||
cd public/native/Scribe && ls -l
|
||||
|
@ -56,4 +56,4 @@ Documentation coming in the future
|
|||
```js
|
||||
// console.pipe(expose, name, ...throughs);
|
||||
console.pipe('log', 'bash',new Inspector(), new DefaultConsole());
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue