From e3cc462b26f00f8a94ae136563ba82d0d9468d72 Mon Sep 17 00:00:00 2001 From: clamsawd Date: Thu, 8 Oct 2015 20:44:33 +0200 Subject: [PATCH] Updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 97afd04..66f1faf 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,12 @@ Irssi builds for Windows * Download [irssi-0.8.17.tar.bz2](https://github.com/clamsawd/irssi-win/releases/download/v0.8.17/irssi-0.8.17.tar.bz2) and save it to `C:\Cygwin\home\\`. * Open a Cygwin terminal, and run the following commands: - * `$ tar xzvf irssi-*.tar.gz` - * `$ cd ./irssi-*` - * `$ ./configure --with-proxy --with-perl-staticlib --prefix=/usr/ (with perl support)` - * `$ ./configure --with-proxy --with-perl=no --prefix=/usr/ (without perl support)` + * `$ tar jzvf irssi-0.8.17.tar.bz2` + * `$ cd irssi-0.8.17` + * `$ ./configure --with-proxy --with-perl=no --prefix=/usr` * `$ make` * `$ make install` + * `$ irssi` ### External links: