Add note about homebrew deps for debian build

Fixes: https://github.com/webtorrent/webtorrent-desktop/issues/1689
This commit is contained in:
Feross Aboukhadijeh
2019-09-14 14:08:01 -07:00
parent 53164a058d
commit 6989484e7c
2 changed files with 6 additions and 0 deletions

View File

@@ -100,6 +100,7 @@
"build": "buble src --output build",
"clean": "node ./bin/clean.js",
"gh-release": "gh-release",
"install-system-deps": "brew install fakeroot dpkg",
"open-config": "node ./bin/open-config.js",
"package": "node ./bin/package.js",
"prepublish": "npm run build",