Browse Source

Merge pull request #2740 from Calinou/improve-one-click-deploy

Improve One-click deploy documentation
Rémi Verschelde 5 years ago
parent
commit
6b1ebe7844
1 changed files with 11 additions and 13 deletions
  1. 11 13
      getting_started/workflow/export/one-click_deploy.rst

+ 11 - 13
getting_started/workflow/export/one-click_deploy.rst

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