Skip to content

Commit

Permalink
#1 Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
werthdavid committed Jul 2, 2018
1 parent c91022e commit 247bfe3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

# Installation

1. Install Homebridge using: `(sudo) npm install -g --unsafe-perm homebridge` if you haven't already
2. Install this plugin using: `(sudo) npm install -g homebridge-website-to-camera`
3. Update your Homebridge `config.json` using the sample below (append in the block 'platforms' not 'accessories')
4. If you're using this on ARM/Raspberry Pi: Download the latest [phantomjs-on-raspberry](https://github.com/fg2it/phantomjs-on-raspberry)
1. (Install Homebridge using: `(sudo) npm install -g --unsafe-perm homebridge` if you haven't already)
2. If you're using this on ARM/Raspberry Pi: Download the latest [phantomjs-on-raspberry](https://github.com/fg2it/phantomjs-on-raspberry)
* `wget https://github.com/fg2it/phantomjs-on-raspberry/releases/download/v2.1.1-wheezy-jessie-armv6/phantomjs_2.1.1_armhf.deb`
* `sudo dpkg -i phantomjs_2.1.1_armhf.deb`
3. Install this plugin using: `(sudo) npm install -g homebridge-website-to-camera`
4. Update your Homebridge `config.json` using the sample below (append in the block 'platforms' not 'accessories')


In some cases, the camera is not visible in Home-App:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-website-to-camera",
"version": "1.0.1",
"version": "1.0.2",
"description": "shows the screenshot of a website as camera (image)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 247bfe3

Please sign in to comment.