summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-03-04 09:50:54 -0800
committerBrion Vibber <brion@pobox.com>2010-03-04 09:51:44 -0800
commita3cb285da8fc712caadcc65c9eab9bd98ce79414 (patch)
tree9b82f0e139daab548e35284ecb64d7355e7ef844 /install.php
parentbc6a77f33488981f3f86e00d8b23911337264767 (diff)
Add link to http://status.net/wiki/Getting_started on installer success screen.
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 32b0447c8..bb53e2b55 100644
--- a/install.php
+++ b/install.php
@@ -664,7 +664,7 @@ STR;
updateStatus("StatusNet has been installed at $link");
updateStatus(
- "You can visit your <a href='$link'>new StatusNet site</a> (login as '$adminNick')."
+ "<strong>DONE!</strong> You can visit your <a href='$link'>new StatusNet site</a> (login as '$adminNick'). If this is your first StatusNet install, you may want to poke around our <a href='http://status.net/wiki/Getting_started'>Getting Started guide</a>."
);
}