Skip to content

Commit

Permalink
Updated installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbs20 committed Jan 13, 2017
1 parent 4fce17a commit 185ce85
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,12 @@ See [run npm command gives error "/usr/bin/env: node: No such file or directory"
(https://github.com/nodejs/node-v0.x-archive/issues/3911#issuecomment-8956154) for more details.

## web app
See [install](install.sh)
Download the [latest release](https://github.com/sbs20/scanservjs/releases) and unzip.

e.g.
```
wget -O ~/scanservjs-release.zip https://github.com/sbs20/scanservjs/releases/download/v0.1.1/scanservjs_20170113.173920.zip
unzip scanservjs-release.zip -d scanserv-release && rm scanservjs-release.zip
```

Then see [install](install.sh)

0 comments on commit 185ce85

Please sign in to comment.