From: CiaranG Date: Thu, 12 Mar 2009 17:58:20 +0000 (+0000) Subject: Fixed an error in the README - path setting for installed in root is '', not '/' X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=78519c43b9c20fef2086d940e874b160858b8bdd;p=quix0rs-gnu-social.git Fixed an error in the README - path setting for installed in root is '', not '/' --- diff --git a/README b/README index a7798a26a8..096c3eaffd 100644 --- a/README +++ b/README @@ -877,7 +877,7 @@ This section is a catch-all for site-wide variables. name: the name of your site, like 'YourCompany Microblog'. server: the server part of your site's URLs, like 'example.net'. -path: The path part of your site's URLs, like 'mublog' or '/' +path: The path part of your site's URLs, like 'mublog' or '' (installed in root). fancy: whether or not your site uses fancy URLs (see Fancy URLs section above). Default is false.