From a759115a8d35fc962a8174fc13e7b733df12d1a2 Mon Sep 17 00:00:00 2001 From: Benjamin Summers Date: Wed, 6 Feb 2019 13:49:22 -0800 Subject: [PATCH] Instructions for getting dependencies on Ubuntu/Debian --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f278ad1eeb..8c862d2422 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,7 @@ Unix control of Urbit # dependencies -`sudo pip install requests fuse-python` +```bash +sudo apt install libfuse-dev python-pip +sudo pip install requests fuse-python +```