From 7c515d4b946ccfe538f7565c4d4763440632e430 Mon Sep 17 00:00:00 2001
From: gyan000 <gyan000@users.noreply.github.com>
Date: Mon, 22 Oct 2018 19:27:41 +0200
Subject: [PATCH] Update README.md

---
 README.md | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index dc69cac..4050311 100644
--- a/README.md
+++ b/README.md
@@ -17,28 +17,28 @@ It's a Work In Progess, not intented for daily use.
 ![sms tab](https://raw.githubusercontent.com/gyan000/EOSConnect/master/screenshots/sms.png "SMS tab")
 
 ### Installation
-1. On Ubuntu or elementary OS, install these dependencies:
+* 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
 ```
-2. Clone the repository.
-3. Inside the project, compile with:
+* Clone the repository.
+* Inside the project, compile with:
 ```bash
 meson build && clear && ninja -C build && glib-compile-schemas ./data/
 ```
-4. Start application
-  4.1. To start it from the build directory:
-```bash
-GSETTINGS_SCHEMA_DIR=data ./build/src/com.github.gyan000.eos-connect 
-```
-  4.2 To start it, with complete debug output:
-```bash
-GSETTINGS_SCHEMA_DIR=data ./build/src/com.github.gyan000.eos-connect -d
-```
-5. To install it:
+* Start application
+  * Start from the build directory:
+  ```bash
+  GSETTINGS_SCHEMA_DIR=data ./build/src/com.github.gyan000.eos-connect 
+  ```
+  * Start with complete debug output:
+  ```bash
+  GSETTINGS_SCHEMA_DIR=data ./build/src/com.github.gyan000.eos-connect -d
+  ```
+* To install it:
 ```bash
 sudo ninja -C build install
-```
+  ```
 
 ### Known issues
 * When launching app, sometimes, configured device, not connected on local network, does not appears as "not connected".
-- 
GitLab