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:
parent
f2d6b2e1d3
commit
1538a38bf0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue