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

github.com/meibenny/elephants.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index c65e1ee..d2d2950 100644
--- a/README.md
+++ b/README.md
@@ -18,4 +18,13 @@ You've helped me through thick and thin.
There's no way I would have gotten so far without you.
## License
-Released under the MIT License \ No newline at end of file
+Released under the MIT License
+
+## Docs
+### Docker
+```
+docker build . -t elephants
+docker run -it elephants shell
+cd example
+hugo server
+```