summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 04dddb6..29135b3 100644
--- a/README.md
+++ b/README.md
@@ -20,4 +20,12 @@ For live changes editing the files
hugo server --noHTTPCache
```
+# Alias file
+
+An alias file for shell is available at this repository, making easier the typing of the commands. For this alias to come to action, source the file
+
+```sh
+source alias.sh
+```
+
For more information, check [HUGO's documentation site](https://gohugo.io/documentation/)