From f4a19e73ad47abc1c3a009b17ecfe77f764a2dfc Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Mon, 27 Feb 2017 11:03:49 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f1ae63..b5e84c6 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ to install rdesktop is the following:: % make % make install -The default is to install under /usr/local. This can be changed by adding ---prefix=directory to the configure line. +The default is to install under `/usr/local`. This can be changed by adding +`--prefix=directory` to the configure line. The smart-card support module uses PCSC-lite. You should use PCSC-lite 1.2.9 or -later. To enable smart-card support in the rdesktop just run `./configure` with the -`--enable-smartcard` option. +later. To enable smart-card support in the rdesktop add `--enable-smartcard` to +the configure line. ## Note for users building from source