summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TWiki/ManagingWebs.mdwn7
1 files changed, 6 insertions, 1 deletions
diff --git a/TWiki/ManagingWebs.mdwn b/TWiki/ManagingWebs.mdwn
index 465cd547..95203577 100644
--- a/TWiki/ManagingWebs.mdwn
+++ b/TWiki/ManagingWebs.mdwn
@@ -10,7 +10,12 @@ Managing TWiki webs requires direct access to the installation files on the host
## <a name="How_to_Add_a_New_Web"> How to Add a New Web </a>
-* See [[TWikiDocumentation]]
+Adding new webs is quick and easy - you can have a basic web up and running in a couple of minutes:
+
+1. **Create** a new directory under <code>**twiki/data/**</code>, ex: `twiki/data/newweb`
+2. **Copy** in the contents of `twiki/data/_default`.
+
+For detailed instructions: [[TWikiDocumentation]].
## <a name="How_to_Rename_or_Delete_a_Web"> How to Rename or Delete a Web </a>