From 11b42208d0c800cd15c87dafac0a56f729a08405 Mon Sep 17 00:00:00 2001
From: Hernan Gonzalez <hernangonzalez@users.noreply.github.com>
Date: Sat, 30 Sep 2023 09:46:20 +0100
Subject: [PATCH] Update README.md to include theme step.

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 2819ab5..fb60c21 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,11 @@ git submodule add https://github.com/ineesalmeida/almeida-cv.git themes/almeida-
 ```
 Replace the files in your site root's directory with the ones in `themes/almeida-cv/exampleSite`.
 
+Tell hugo to use `almeida-cv` theme.
+```sh
+echo "theme = 'almeida-cv'" >> hugo.toml
+```
+
 ## Start Hugo in development mode
 ```
 hugo server -D