From 6fe972fbf03cd3739fafc078616a1b771039f1ac Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Wed, 18 Jan 2023 21:31:44 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6820509..13187bf 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ See a demo of the app at demo. ## Run your own instance -This is possible but untested and unsupported. Clone the code, throw it on a web server, and see what happens. The most help I can offer at the moment is to rename `api/cora/setting.example.php` to `api/cora/setting.php` and use the comments to help configure the installation. +See Self-Hosting Instructions. ## Contributing From 496c084ab262305bb6a9a8e4c261e21f5165271b Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Wed, 18 Jan 2023 21:33:53 -0500 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0beb168..bc4fc2f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ # Contributing -Contributing Guidelines +Contributing Guidelines
Self-Hosting Instructions