From 75a95d756efd61d1c8b035e12ca1c9da6205d9b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nelson=20Estev=C3=A3o?= Date: Wed, 9 Aug 2023 09:55:31 +0100 Subject: [PATCH] docs: fix documentation instructions --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 676cfa0..e52a9e0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ I have made this into a Jekyll Theme. Checkout the live demo [here](https://onli * Your new site should be ready at `https://.github.io/online-cv/` * Printable version of the site can be found at `https://.github.io/online-cv/print`. Use a third party link https://pdflayer.com/, https://www.web2pdfconvert.com/ etc to get the printable PDF. -Change all the details from one place: ``docs/_data/data.yml`` +Change all the details from one place: ``_data/data.yml`` ## To preview/edit locally with docker @@ -39,7 +39,7 @@ docker-compose up ``` *docker-compose.yml* file is used to create a container that is reachable under http://localhost:4000. -Changes *docs/_data/data.yml* will be visible after a while. +Changes *_data/data.yml* will be visible after a while. ### Local machine @@ -47,10 +47,6 @@ Changes *docs/_data/data.yml* will be visible after a while. ```bash git clone https://github.com/sharu725/online-cv.git ``` -* Go to docs directory -```bash -cd docs -``` * Install required ruby gems ```bash bundle install