Fix FTBFS on certain older libstdc++ versions.
[quassel.git] / README
diff --git a/README b/README
index 50605dc..1877b62 100644 (file)
--- a/README
+++ b/README
@@ -1,22 +1,23 @@
 Quassel IRC - Release Notes
 ===========================
 
-This is a pre-release version. This means that a lot of stuff is not working
-yet, that copyright notices and licensing information are not always correct,
-and that stuff generelly breaks. We kindly ask you that you don't give out the
-source code or svn account information before the first public release. If you
-know interested persons, please point them to us and we will gladly make the
-source code available to them.
+Please find the current release notes at <http://quassel-irc.org>.
 
-Please don't hesitate to inform us about bugs you encounter (but you probably
-don't need to report obviously missing features such as a working topic bar
-or nicklist, we know that ourselves ;-)).
+On first run of the Quassel core, it will wait for a client to connect
+and present a first-run wizard that will allow you to create the database
+and one admin user for the core-side storage.
 
-The Quassel IRC Team can be contacted on Freenode/#quassel (or #quassel.de).
-We always welcome new users in our channels!
+To add more users, run: `quasselcore --add-user`
+To change the password of an existing user: `quasselcore --change-userpass=username`
+The manageusers.py script is deprecated.
 
-The bugtracker can be found at <http://bugs.quassel-irc.org>.
-The dev team can be reached by email: devel@quassel-irc.org
+IRC is the preferred means of getting in touch with the developers.
+The Quassel IRC Team can be contacted on Freenode/#quassel (or
+#quassel.de).  We always welcome new users in our channels!
 
-Thanks,
+Our homepage is <http://quassel-irc.org>
+The bugtracker can be found at <http://bugs.quassel-irc.org>
+The dev team can be reached by email: <devel@quassel-irc.org>
+
+Thanks for reading,
 ~ The Quassel IRC Team