From ff3ed1e9418eab21fd42bb5ddd96a3851a25801c Mon Sep 17 00:00:00 2001
From: "Kali Kaneko (leap communications)" <kali@leap.se>
Date: Tue, 4 Oct 2016 02:21:32 -0400
Subject: [docs] fix readme markup

---
 docs/hacking/index.rst | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

(limited to 'docs')

diff --git a/docs/hacking/index.rst b/docs/hacking/index.rst
index f1991af..2a48a7b 100644
--- a/docs/hacking/index.rst
+++ b/docs/hacking/index.rst
@@ -15,16 +15,22 @@ Tox is all you need::
 
 Test when changes are made to common/soledad
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-If you modify soledad or leap.common packages::
+
+If you are developing against a non-published branch of ``leap.common`` or
+``leap.soledad``, run instead::
 
   tox -e py27-dev
 
+This expects ``leap_common`` and ``soledad`` repos to be checked out in the
+parent folder.
+
 Setting up the development environment
 --------------------------------------
 
 Dependencies::
 
-  apt install ...
+  sudo apt install build-essential python-virtualenv libsqlcipher-dev \
+        libssl-dev libffi-dev
 
 There are different requirements files::
 
-- 
cgit v1.2.3