From e4907a8de0199957ab516e225e88c88b62553784 Mon Sep 17 00:00:00 2001
From: gyan000 <gyan000@users.noreply.github.com>
Date: Tue, 23 Oct 2018 09:48:50 +0200
Subject: [PATCH] Update README.md

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4050311..75b8ef8 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ It's a Work In Progess, not intented for daily use.
 ### Installation
 * On Ubuntu or elementary OS, install these dependencies:
 ```bash
-sudo apt install  elementary-sdk libunity-dev libnotify-dev libghc-gnutls-dev libsqlite3-dev libedataserver1.2-dev libebook1.2-dev/ -y
+sudo apt install elementary-sdk libunity-dev libnotify-dev libghc-gnutls-dev libsqlite3-dev libedataserver1.2-dev libebook1.2-dev -y
 ```
 * Clone the repository.
 * Inside the project, compile with:
@@ -44,6 +44,8 @@ sudo ninja -C build install
 * When launching app, sometimes, configured device, not connected on local network, does not appears as "not connected".
 * When launching app, sometimes, need to unlock phone/tablet in order to see the device "connected".
 * Need to click on quicklist option "Send or view SMS" to display contact list in SMS tab.
+* When started for the first time from build directory, quicklist not available.
+* When there's no adressbook available, we can't yet send a SMS with just a phone number.
 
 ### Roadmap
 #### v0.1
-- 
GitLab