summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2017-01-30 15:38:52 -0800
committermetalefty <meta@vmeta.jp>2017-02-08 13:30:56 +0900
commit658aa270ba35f08029a98f897dd4bc1e6b2e3946 (patch)
treea7b36414baa2e5292a18efcbc0e286b6eb9d3365 /README.md
parentc7bc634e17008d781181b2b7763c0eeb2e7efb92 (diff)
downloadxrdp-proprietary-658aa270ba35f08029a98f897dd4bc1e6b2e3946.tar.gz
xrdp-proprietary-658aa270ba35f08029a98f897dd4bc1e6b2e3946.zip
Remove reference to rdp directory, it was removed
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 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