mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 21:02:38 +00:00
First pass at README update.
This commit is contained in:
@@ -10,13 +10,6 @@ var log = require("./logger")._system;
|
||||
|
||||
module.exports = function() {
|
||||
|
||||
log.warn("_____________________________________________________________________");
|
||||
log.warn("IMPORTANT: Homebridge is in the middle of some big changes.");
|
||||
log.warn(" Read more about it here:");
|
||||
log.warn(" https://github.com/nfarina/homebridge/wiki/Migration-Guide");
|
||||
log.warn("_____________________________________________________________________");
|
||||
log.warn("");
|
||||
|
||||
program
|
||||
.version(version)
|
||||
.option('-P, --plugin-path [path]', 'look for plugins installed at [path] as well as node_modules', function(p) { Plugin.addPluginPath(p); })
|
||||
|
||||
Reference in New Issue
Block a user