From 2ad049acfbb32c56db2552fb39d4f3998a481c89 Mon Sep 17 00:00:00 2001 From: Maciek Borzecki Date: Sun, 18 Jan 2015 21:55:24 +0100 Subject: [PATCH] README.md: add a note to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 47e15c8..5a69b9c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ really needed only at build time. OpenSSL does the packet encryption/decryption at the protocol level, while Json-glib does packet parsing. Libnotify is responsible for displaying shell popups. +Since I'm new ot Vala, I'm treating this as a learning execrise, yet +with usable results. + # Building Build dependencies (using package names as found in Fedora): @@ -53,3 +56,4 @@ a connection at the sender's address will be made only if the device is listed as `allowed` in `mconnect.conf` (see the sample config). Should the device be whitelisted in configuration, pairing will happen automatically. +