X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=INSTALL;h=5d76c0ca732a584a19aad6fc1dc682c049bb56db;hp=ad114913922dc1665fa98f9d01d68c6dc76710ac;hb=b3402ef6dd801ffb14b1d0227469d832dd7f574e;hpb=b9d814b020bbcf24100d79a7a6a2fcf37ebec2db;ds=inline diff --git a/INSTALL b/INSTALL index ad114913..5d76c0ca 100644 --- a/INSTALL +++ b/INSTALL @@ -12,13 +12,15 @@ seems to be ignored by qmake. After running make, you will find the binaries in build/targets. -NOTE: As of now, quassel needs the directory $HOME/.quassel to exist prior to first - run, otherwise it cannot create its database! This will be changed soon, but - for now, you will just need to create this directory. - -The core-side database will be created automatically. A user named 'Default' with -the password 'password' will be created, so in order to connect to the core, you -need to enter this information. The core listens on port 4242 for incoming connections. +make install will probably do something, but it has never been tried and may destroy +your system or kill a kitten. It's not necessary anyway, since there are no installable +files other than the binaries. Though this might change in later releases. + +On first run of the Quassel core, it will wait for a client to connect and present a +(preliminary) first-run wizard. This will allow you to create the database and one +admin user for the core-side storage. Note that Quassel does not support the +administration of user accounts yet, this includes adding more users, changing passwords +and so on. This is high on our TODO list, of course. Please also do read the README file.