From 093822815b4821bd13ee7510ebe32e653cf3f9c0 Mon Sep 17 00:00:00 2001 From: citronneur Date: Sun, 20 Jul 2014 15:03:13 +0200 Subject: [PATCH] mistakes on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a911b58..7e8fd14 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ RDPY is full python implementation of RDP and VNC protocol, except the bitmap un ## Build ``` $ git clone https://github.com/citronneur/rdpy.git rdpy -$ scons -C rdpy/lib install +$ scons -C rdpy/rdpy/core install ``` ## Library Mode