MozillaReality / fxr-cli

A command-line tool for installing and automating the Firefox Reality virtual-reality browser.
https://www.npmjs.com/package/fxr
Mozilla Public License 2.0
4 stars 3 forks source link

always run `download` before running `install` #20

Closed cvan closed 5 years ago

cvan commented 5 years ago

currently, the commands required to update Firefox Reality on your device are fxr download && fxr install. we should require only fxr install.

we should keep the fxr download command, document it in the fxr --help examples, but fxr install should also first attempt a fxr download.


related issues:

cvan commented 5 years ago

done:

23e9534 6180b90