From b14492f0845e0a5b50c572fd9465428c343aeaed Mon Sep 17 00:00:00 2001 From: ColmBhandal Date: Wed, 30 Aug 2023 14:35:35 +0100 Subject: [PATCH] Reorder steps The description steps need to be reordered The order in the script has changed --- readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.rst b/readme.rst index 7ef5675e..ff59ef40 100644 --- a/readme.rst +++ b/readme.rst @@ -26,8 +26,8 @@ This Bash script does the following: * Clones the starter pack GitHub repository * Creates the specified installation directory if necessary - * Copies contents and workflow files from the starter pack to the installation directory * Udates working directory paths in workflow files, and updates configuration paths in the .readthedocs.yaml file + * Copies contents and workflow files from the starter pack to the installation directory * Deletes the cloned repository when it's done When the script completes, your repository will have the files added that are needed to get started with Sphinx documentation. Review all changes before commiting, then commit your changes.