Skip to content

Commit

Permalink
installing-and-using-themes.md: Change placeholder format for git rep…
Browse files Browse the repository at this point in the history
…o 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.
  • Loading branch information
waldyrious authored Mar 5, 2023
1 parent f2d6b2e commit 1538a38
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1538a38

Please sign in to comment.