From 73f3b0a849e52cb4c0698d0a8809b3dcaf26cd69 Mon Sep 17 00:00:00 2001 From: Norbert Moutarde Date: Wed, 8 Jan 2014 16:28:50 +0100 Subject: [PATCH] README.md completed --- README.md | 4 ++-- diary-mobile-android.pro | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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 -- 2.45.1