From 658aa270ba35f08029a98f897dd4bc1e6b2e3946 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 30 Jan 2017 15:38:52 -0800 Subject: [PATCH] Remove reference to rdp directory, it was removed --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f33e3cf..53d9bf1e 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ need **autoconf**, **automake**, **libtool** and **pkgconfig**. If compiling from the packaged source, unpack the tarball and change to the resulting directory. -If compiling from a checked out repository, please make sure you've got the submodules +If compiling from a checked out repository, please make sure you've got the submodules cloned too (use `git clone --recursive https://github.com/neutrinolabs/xrdp`) Then run following commands to compile and install xrdp: @@ -131,7 +131,6 @@ xrdp ├── mc ---------- media center module ├── neutrinordp - RDP client module for proxying RDP connections using NeutrinoRDP ├── pkgconfig --- pkg-config configuration -├── rdp --------- RDP client module for connecting to another RDP server ├── sesman ------ session manager for xrdp ├── tcutils ----- QT based utility program for thin clients ├── tests ------- tests for the code