Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/kskarthik/resto-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarthik <kskarthik@gitlab.io>2019-11-10 10:21:17 +0300
committerkarthik <kskarthik@gitlab.io>2019-11-10 10:21:17 +0300
commit392c01f0e42f62ad39c2fdbe57f75539967e82c2 (patch)
treed0810242d2dffde8084d79c9436f064a9e2f05ba
parent403aa003999089e2e971e19175f832bdb326225c (diff)
fix url in readme
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 211ffd8..bdf2d25 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,13 @@
-![Screenshot](/images/screenshot.png "Resto Hugo Theme!")
+![Screenshot](https://gitlab.com/kskarthik/resto-hugo/raw/master/images/screenshot.png "Resto Hugo Theme!")
**The images are only for demonstration purpose, Please don't use those images.**
## Installation
-Navigate to your themes folder in your Hugo site and use the following commands:
+Navigate to your themes folder in your Hugo site and use the following command:
```
-$ mkdir themes
-$ cd themes
$ git clone https://gitlab.com/kskarthik/resto-hugo.git
```