From: Brion Vibber Date: Thu, 4 Mar 2010 17:50:54 +0000 (-0800) Subject: Add link to http://status.net/wiki/Getting_started on installer success screen. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a3cb285da8fc712caadcc65c9eab9bd98ce79414;p=quix0rs-gnu-social.git Add link to http://status.net/wiki/Getting_started on installer success screen. --- diff --git a/install.php b/install.php index 32b0447c88..bb53e2b55b 100644 --- a/install.php +++ b/install.php @@ -664,7 +664,7 @@ STR; updateStatus("StatusNet has been installed at $link"); updateStatus( - "You can visit your new StatusNet site (login as '$adminNick')." + "DONE! You can visit your new StatusNet site (login as '$adminNick'). If this is your first StatusNet install, you may want to poke around our Getting Started guide." ); }