From 844925a7b1c6c239048130b38db20053b94c91b7 Mon Sep 17 00:00:00 2001 From: maciej-ka Date: Tue, 29 Oct 2024 13:16:12 +0100 Subject: [PATCH] docs: reformat get sources as list of alternatives --- CONTRIBUTING.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown index cdd64992..2a866105 100644 --- a/CONTRIBUTING.markdown +++ b/CONTRIBUTING.markdown @@ -103,11 +103,11 @@ You can build the site locally to test your changes. Follow the steps below. * `cd learnxinyminutes-site/` * `bundle install` * Get the source in place - * Copy the contents of your clone of the fork of learnxinyminutes-docs repo + * A) Copy the contents of your clone of the fork of learnxinyminutes-docs repo into the `source/docs` folder. There shouldn't be a `learnxinyminutes-docs` folder inside the `docs` folder, it should just contain all the repo contents. - * Checkout your fork of the learnxinyminutes-docs repo as `source/docs`. + * B) Checkout your fork of the learnxinyminutes-docs repo as `source/docs`. * `cd source/docs/` * `git clone https://github.com/YOUR-USERNAME/learnxinyminutes-docs ./source/docs/` * Build the site or run a development server to test your changes (NOTE: run