From d2c3271ca0dd3b2de131712290c7ee03a6ffe33b Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Mon, 14 Oct 2024 17:31:48 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a05e46c..da97a1c 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ To use, you can do one of two things: Option 1 (not reliant on ailur.dev) - Download the latest continuous release to "bootstrap" the site - Start a local webserver and run it at port 80 -- Open your Wordpress instance **on your local machine** and install the theme (Idea Flow)[https://en-gb.wordpress.org/themes/idea-flow/] +- Open your Wordpress instance **on your local machine** and install the theme [Idea Flow](https://en-gb.wordpress.org/themes/idea-flow/) - Import the XML on the instance - (may not be needed depending on your wordpress version) Use a plugin like Auto Upload Images to move the bootstrapped images to your Wordpress instance Option 2 (requires an active internet connection) - Run `chmod +x ./search-and-replace.sh` - Run `./search-and-replace.sh` -- Open your Wordpress instance and install the theme (Idea Flow)[https://en-gb.wordpress.org/themes/idea-flow/] +- Open your Wordpress instance and install the theme [Idea Flow](https://en-gb.wordpress.org/themes/idea-flow/) - Import the XML on the instance - (may not be needed depending on your wordpress version) Use a plugin like Auto Upload Images to move the bootstrapped images to your Wordpress instance @@ -23,6 +23,6 @@ This roundabout method is needed because the Wordpress XML file does **not** bun Our Wordpress instance is configured to fetch all images from itself, which exported as localhost, meaning you must move all the "localhost" images over to your instance. -`./search-and-replace.sh` replaces any instances of images to links to (the ailur website)[https://ailur.dev], allowing you to bootstrap the server from our active production server instead. +`./search-and-replace.sh` replaces any instances of images to links to [the ailur website](https://ailur.dev), allowing you to bootstrap the server from our active production server instead. FOSS Wordpress sites are a pain :P \ No newline at end of file