mirror of
https://github.com/getzola/zola
synced 2024-11-10 06:14:19 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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 <theme repository URL>
|
||||
```
|
||||
|
||||
Cloning the repository using Git or another VCS will allow you to easily
|
||||
|
|
Loading…
Reference in a new issue