diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-01-25 05:54:07 +0100 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-26 14:44:25 -0300 |
commit | b962ec999041cd2b045bb6ff8162c66c647dc2d1 (patch) | |
tree | 472cc237cbccd9736b01a677d4e031e0386592f1 /README.android | |
parent | 123829cf6709ebbb343f8968732df416ae326688 (diff) | |
download | perl-b962ec999041cd2b045bb6ff8162c66c647dc2d1.tar.gz |
README.android: minor wording fixups
Diffstat (limited to 'README.android')
-rw-r--r-- | README.android | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.android b/README.android index fc1d7fac7c..182f44da1f 100644 --- a/README.android +++ b/README.android @@ -74,7 +74,7 @@ in general, if you can connect your device to the host using a USB port, or if you don't feel like installing an sshd app on your device, you may want to use adb, although you may be forced to switch to ssh if your device is not rooted and you're unlucky -- more on that later. -Alternatively, if you're cross-compiling for an emulator, you'll have to +Alternatively, if you're cross-compiling to an emulator, you'll have to use adb. =head3 adb @@ -117,7 +117,7 @@ device. Either try rooting it, or go for the ssh route. To use ssh, you'll need to install and run a sshd app and set it up properly. There are several paid and free apps that do this rather -easily, so you should be able to spot one easily. +easily, so you should be able to spot one on the store. Remember that Perl requires a passwordless connection, so set up a public key. |