jrudess / streamdvr

DVR for streaming entertainment
GNU General Public License v3.0
67 stars 16 forks source link

Change startup flow ('streamdvr' vs 'node streamdvr.js') #117

Closed jrudess closed 5 years ago

jrudess commented 5 years ago

To make packaging streamdvr for distribution easier, the top level file has changed from streamdvr.js to streamdvr. It is no longer necessary to type "node streamdvr" although that will work. Instead you can just run "streamdvr" directly.