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.
This commit is contained in:
Waldir Pimenta 2023-03-05 19:41:06 +00:00 committed by GitHub
parent f2d6b2e1d3
commit 1538a38bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ weight = 20
## Installing a theme ## Installing a theme
The easiest way to install a theme is to clone its repository in the `themes` The easiest way to install a theme is to clone its repository in the `themes`
directory. directory:
```bash ```bash
$ cd themes $ cd themes
$ git clone THEME_REPO_URL $ git clone <theme repository URL>
``` ```
Cloning the repository using Git or another VCS will allow you to easily Cloning the repository using Git or another VCS will allow you to easily