From 4f8f041133cc4d4cc0e7e6a21facab725f3ad3a2 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Sat, 24 Jun 2023 00:58:10 +0200 Subject: [PATCH] Add missing note on deployment in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b0bb39..38af122 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ Finally, this tool will return a ZIP file containing one XML file per object in ## Deployment -1. Clone this repository +1. Clone this repository and set up git subrepositories + - Before doing this, ensure that an alias `gitea` is available in your SSH config (`~/.ssh/config`) 2. Point a web server to serve the [`/public`](./public) subdirectory ## Development