From 8d932eb444014271d763ff2392d74b2dd5cb8baa Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Thu, 14 May 2015 01:05:39 +0200 Subject: [PATCH] Simplify --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7451538..5d06e5f 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,12 @@ First, get the sources and change to the source directory: $ cd pyalsaaudio ``` -To install, execute the following: +Then, build: ``` $ python setup.py build ``` -And then as root: + +And install: ``` $ sudo python setup.py install ```