summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro <alex.mac.fon@gmail.com>2024-08-04 00:51:21 -0600
committerAlejandro <alex.mac.fon@gmail.com>2024-08-04 00:51:21 -0600
commit0ad7fc4bb1d70f20c474b4a9d0d3b9c92462e6e4 (patch)
treeb5096fb27973dfc3fe56a13307be9bc934ac8819
parent334dbf77b648de43f676b741fd58466c06d93766 (diff)
added: alias file section
-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/)