Skip to content

Commit 1b3496f

Browse files
authored
Remove $ from bash code snippet
For easy copying and pasting on terminal
1 parent a902dac commit 1b3496f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ You can download the theme manually by going to [https://github.com/rhazdon/hugo
5050
You can also clone it directly to your Hugo folder:
5151

5252
``` bash
53-
$ git clone https://github.com/rhazdon/hugo-theme-hello-friend-ng.git themes/hello-friend-ng
53+
git clone https://github.com/rhazdon/hugo-theme-hello-friend-ng.git themes/hello-friend-ng
5454
```
5555

5656
If you don't want to make any radical changes, it's the best option, because you can get new updates when they are available. To do so, include it as a git submodule:
5757

5858
``` bash
59-
$ git submodule add https://github.com/rhazdon/hugo-theme-hello-friend-ng.git themes/hello-friend-ng
59+
git submodule add https://github.com/rhazdon/hugo-theme-hello-friend-ng.git themes/hello-friend-ng
6060
```
6161

6262
## How to configure

0 commit comments

Comments
 (0)