update README

This commit is contained in:
Hylke Bons 2010-10-03 22:37:17 +01:00
parent 86b155159b
commit f56d6f9bfa

11
README
View file

@ -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
=========================