Skip to content

Commit 2ae5a9a

Browse files
committed
Update README file.
1 parent a97ddf8 commit 2ae5a9a

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ the necessary environment variables, including setting `HAS_INDOOR_SENSOR` to `t
5757
connecting an indoor temperature/humidity sensor.
5858
10) Use the command `sudo update-rc.d weatherService defaults` to establish the service that
5959
starts up the weather server.
60-
11) Copy the included files `autostart` and `autostart_extra.sh` to
60+
11) `npm install -g forever`
61+
12) Copy the included files `autostart` and `autostart_extra.sh` to
6162
`/home/pi/.config/lxsession/LXDE-pi/` and make sure they're executable. This launches the
6263
astronomy/weather clock client in Chromium, in kiosk mode (full screen, no toolbars). It also
6364
makes sure Chromium doesn't launch complaining that it was shut down improperly.
64-
12) I'm not sure about the current copyright disposition of these fonts, but for improved
65+
13) I'm not sure about the current copyright disposition of these fonts, but for improved
6566
appearance I'd recommend finding and installing the fonts "Arial Unicode MS" and "Verdana".
6667
These appear to be freely available for download without licensing restrictions.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aw-clock",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MIT",
55
"scripts": {
66
"start": "webpack-dev-server --port=4200",

0 commit comments

Comments
 (0)