From 67bf4d15830f0fedf02dc18da17695c971cd5772 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 24 May 2012 15:50:31 +0200 Subject: [PATCH] Fix typos Signed-off-by: Nico Schottelius --- README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README b/README index 4521f80e..932375c4 100644 --- a/README +++ b/README @@ -110,23 +110,24 @@ For Debian >= wheezy: aptitude install python3 -For older Debian versions, installing python 3.2 manually is required. - On squeeze you can add following line in **/etc/apt/sources.list** deb http://ftp.debian.org/debian wheezy main -And don't forget the pinning entry in **/etc/apt/preferences.d/wheezy**: +And add pinning entry in **/etc/apt/preferences.d/wheezy**: Package: * Pin: release n=wheezy Pin-Priority: 1 Please be aware that both **openssh-server** and **openssh-client** might be -removed on **pyhton3.2** installation. You surely want to reinstall them: +removed on **python3.2** installation. You surely want to reinstall them: apt-get install -t wheezy openssh-server openssh-client +For older Debian versions, installing python 3.2 manually is required. + + #### Fedora For Fedora >= 15: