From 1538a38bf0552896f89f01e1a77e75c101de8ede Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sun, 5 Mar 2023 19:41:06 +0000 Subject: [PATCH] installing-and-using-themes.md: Change placeholder format for git repo URL (#2128) The all-caps syntax makes it seem like an environment variable. Changing to angle brackets makes it more evident that this is a placeholder value to be replaced when running the actual command. --- .../documentation/themes/installing-and-using-themes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/documentation/themes/installing-and-using-themes.md b/docs/content/documentation/themes/installing-and-using-themes.md index 674366a6..16b5bc4a 100644 --- a/docs/content/documentation/themes/installing-and-using-themes.md +++ b/docs/content/documentation/themes/installing-and-using-themes.md @@ -7,11 +7,11 @@ weight = 20 ## Installing a theme The easiest way to install a theme is to clone its repository in the `themes` -directory. +directory: ```bash $ cd themes -$ git clone THEME_REPO_URL +$ git clone ``` Cloning the repository using Git or another VCS will allow you to easily