diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-10-27 12:01:53 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-10-27 12:01:53 -0300 |
commit | 365b2cce12b78c3e54bec572c789778c5b544adf (patch) | |
tree | b4c378473646a79b041be6b03e2ab56f32bf841d | |
parent | 31b5fe4dff291ee735a7b0dbfb815858b394e7bd (diff) |
Add extra testing information
-rw-r--r-- | pages/docs/client/bundle-testing.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pages/docs/client/bundle-testing.md b/pages/docs/client/bundle-testing.md index e5f0217..aa61889 100644 --- a/pages/docs/client/bundle-testing.md +++ b/pages/docs/client/bundle-testing.md @@ -14,6 +14,25 @@ For each system that you are going to test, you should do: The OS should be installed with the default settings and no extra packages. However, you can choose your language, username, timezone, etc +Testing +------- + +* Setup Instructions: https://bitmask.net/help + +* Fresh install (stable): https://dl.bitmask.net/client/linux/stable/ + +* Fresh install (release candidate): https://dl.bitmask.net/client/linux/release-candidate/ + +* Upgrading from bundle: if you are running bundle version 0.7 or new then + Bitmask should update automatically. + +* Upgrading from package: if you have added deb.bitmask.net to your + sources.list, then Bitmask should update automatically (make sure it is not + commented out). + +Note: If you have a bundle version older than 0.7, please reinstall Bitmask. + +Some notes on how to test: https://github.com/leapcode/bitmask_client/blob/develop/docs/testing-rcs.README Test process ------------ |