From 65b74253dfb22cb327d17fb49e0ea9e660ad8bc9 Mon Sep 17 00:00:00 2001 From: Nick Farina Date: Mon, 9 Nov 2015 11:29:22 -0800 Subject: [PATCH] Fix command-line examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddc418e..671b9ad 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,14 @@ Homebridge is published through [NPM](https://www.npmjs.com/package/homebridge) You may have to execute commands with `sudo` depending on your system. Now you should be able to run Homebridge: - $ `homebridge` + $ homebridge No plugins found. See the README for information on installing plugins. Homebridge will complain if you don't have any Plugins installed, since it will essentially be useless, although you can still "pair" with it. See the next section "Installing Plugins" for more info. Once you've installed a Plugin or two, you can run Homebridge again: - $ `homebridge` + $ homebridge Couldn't find a config.json file [snip] However, Homebridge won't do anything until you've created a `config.json` file containing your accessories and/or platforms. You can start by copying and modifying the included `config-sample.json` file which includes declarations for some example accessories and platforms. Each Plugin will have its own expected configuration; the documentation for Plugins should give you some real-world examples for that plugin.