From 1b3496fe7028f0cdccbf39fc043a006144cdf1ca Mon Sep 17 00:00:00 2001 From: Jasper Wong <111284156+3willows@users.noreply.github.com> Date: Mon, 10 Jun 2024 01:48:26 +0800 Subject: [PATCH] Remove $ from bash code snippet For easy copying and pasting on terminal --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1dd38b..d2767a3 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,13 @@ You can download the theme manually by going to [https://github.com/rhazdon/hugo You can also clone it directly to your Hugo folder: ``` bash -$ git clone https://github.com/rhazdon/hugo-theme-hello-friend-ng.git themes/hello-friend-ng +git clone https://github.com/rhazdon/hugo-theme-hello-friend-ng.git themes/hello-friend-ng ``` 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: ``` bash -$ git submodule add https://github.com/rhazdon/hugo-theme-hello-friend-ng.git themes/hello-friend-ng +git submodule add https://github.com/rhazdon/hugo-theme-hello-friend-ng.git themes/hello-friend-ng ``` ## How to configure