B2G-flash-tool
B2G-flash-tool copied to clipboard
readme instructions for backup_restore_profile.py need to mention dependency
The readme instructions for backup_restore_profile.py need to mention its dependency on utilities/adb_helper.py. It's not as easy to use as it used to be (the previous .sh script was standalone) in this regard. I wrote up instructions on using it here: https://developer.mozilla.org/en-US/Firefox_OS/Developing_Gaia/Gaia_tools_reference#Backup_and_restore_profile
Hi Chris, thanks for comments. Can you indicate which part we can update according to paragraph mentioned?
I would just do this:
- After the line "This script was written for backup and restore user profile." add "Note that this script has a dependency: utilities/adb_helper.py."
- Underneath the "Usage:" subheading, update "usage: backup_restore_profile.py to "usage: python backup_restore_profile.py".
- At the very bottom of the section, just above the "change_channel.sh" title, add "Also see usage instructions on MDN."