From: Norbert Moutarde Date: Wed, 8 Jan 2014 15:28:50 +0000 (+0100) Subject: README.md completed X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=73f3b0a849e52cb4c0698d0a8809b3dcaf26cd69;p=diary-mobile.git README.md completed --- diff --git a/README.md b/README.md index 2656fe0..adc30bd 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ or whatever Qt works on if you want, it's Qt !) the first time you run this, you've only one buttons ("config"), so click on and on the new page, choose "download". Now you've to write the full path to get your full button file (don't forget the "http://" -like me the first time). -to upload in real time, you've to set the "upload" to a ftp server where +like me the first time).
+To upload in real time, you've to set the "upload" to a ftp server where you've an account with syntax : ftp://[user]:[pass]@[hostname]/[filename] diff --git a/diary-mobile-android.pro b/diary-mobile-android.pro index b969d43..01e4a30 100644 --- a/diary-mobile-android.pro +++ b/diary-mobile-android.pro @@ -27,6 +27,7 @@ ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android OTHER_FILES += \ android/AndroidManifest.xml \ - ui.sql + ui.sql \ + README.md ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android