Improve One-click deploy documentation

- Shorten text to be more concise
- Remove references to BlackBerry 10, whose support was removed
  a long time ago
This commit is contained in:
Hugo Locurcio
2019-09-04 00:17:51 +02:00
parent aaca561488
commit 0e088b38ea

View File

@@ -6,28 +6,26 @@ One-click deploy
Sounds good, what is it? Sounds good, what is it?
------------------------ ------------------------
This feature will pop up automatically once a platform is properly This feature will pop up automatically once a platform is properly configured
configured and a supported device is connected to the computer. Since and a supported device is connected to the computer. Since things can go wrong
things can go wrong at many levels (platform may not be configured at many levels (platform may not be configured correctly, SDK may be incorrectly
correctly, SDK may be incorrectly installed, device may be improperly installed, device may be improperly configured, etc.), it's good to let the user
configured, kitty ate the USB cable, etc.), it's good to let the user
know that it exists. know that it exists.
Some platforms (at the time of this writing, only Android and Blackberry Some platforms (at the time of this writing, only Android) can detect when a USB
10) can detect when a USB device is connected to the computer, and offer device is connected to the computer, and offer the user to automatically export,
the user to automatically export, install and run the project (in debug install and run the project (in debug mode) on the device. This feature is
mode) on the device. This feature is called, in industry buzz-words, called, in industry buzzwords, "One-Click Deploy".
"One Click Deploy" (though, it's technically two clicks...).
Steps for one-click deploy Steps for one-click deploy
-------------------------- --------------------------
#. Configure target platform. #. Configure target platform.
#. Configure device (make sure it's in developer mode, likes the #. Configure device (make sure it's in developer mode, likes the
computer, usb cable is plugged, usb is recognized, etc.). computer, USB cable is plugged, USB is recognized, etc.).
#. Connect the device.. #. Connect the device...
#. And voilà! #. And voilà!
.. image:: img/oneclick.png .. image:: img/oneclick.png
Click once.. and deploy! Click once... and deploy!