From f56d6f9bfac98b41bf07906cf6161044a60ee5a1 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 3 Oct 2010 22:37:17 +0100 Subject: [PATCH] update README --- README | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README b/README index ec7b69fa..3d09d093 100644 --- a/README +++ b/README @@ -54,8 +54,8 @@ For help: Note: - SparkleShare creates its own RSA keypair in ~/.ssh and uses that for authentication. - Please mind this if you're planning to set up your own server by hand. + SparkleShare creates its own RSA keypair in ~/.ssh and uses that for authentication. + Please mind this if you're planning to set up your own server by hand. Build @@ -73,11 +73,14 @@ To build SparkleShare you need: You can build and install SparkleShare like this: - $ ./configure (or ./autogen if you got SparkleShare from the repository, - append --prefix=/usr if you want the Nautilus extension to work) + $ ./configure (or ./autogen if you got SparkleShare from the repository) $ make $ sudo make install +Note: + + Use './configure --prefix=/usr' if you want the Nautilus extension to work. + Frequently Asked Question =========================