Skip to content

Commit

Permalink
v1.1.1 global package fixed on unix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Nov 26, 2018
1 parent 4dbd004 commit 87816e6
Show file tree
Hide file tree
Showing 6 changed files with 1,167 additions and 1,250 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./nelson-cloud.js text eol=lf
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 1.1.0
## 1.1.1 (2018-11-26)

* npm install -g fixed (unix)

## 1.1.0 (2018-11-24)

Features:
---------
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ docker pull nelsonsoftware/nelson-sio-cli:latest
npm install -g nelson-cloud
```

```bash
nelson-cloud
```

open your web brower and open url:

```bash
Expand Down
4 changes: 4 additions & 0 deletions nelson-cloud.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env node
'use strict';
const { nelsonSocketIO } = require('./lib/nelsonSocketIO');
nelsonSocketIO();
Loading

0 comments on commit 87816e6

Please sign in to comment.