@agora-build/dialf 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/install.js +2 -2
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -55,6 +55,6 @@ download(url, tgz, (err) => {
55
55
  return bail('extract failed: ' + e.message);
56
56
  }
57
57
  console.log('dialf: installed ' + target);
58
- console.log('dialf: to run dialfd at boot: sudo dialf service install');
59
- console.log('dialf: or per-user: dialf service install --user');
58
+ console.log('dialf: launch dialfd: dialf daemon | sudo dialf service install (boot)');
59
+ console.log('dialf: per-user (login; required on macOS for audio recording): dialf service install --user');
60
60
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agora-build/dialf",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "DialF — autonomous phone pick/call daemon (dialfd) + CLI",
5
5
  "bin": {
6
6
  "dialf": "bin/dialf.js"