diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-05 04:30:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-05 04:49:10 +0300 |
commit | 575831cad80d00287f0d9db29d96f4f589090f6c (patch) | |
tree | d6b8254accf711262fd67da55848809ca9db247e /README.md | |
parent | add README.md (diff) | |
download | jekyll-docker-575831cad80d00287f0d9db29d96f4f589090f6c.tar.gz jekyll-docker-575831cad80d00287f0d9db29d96f4f589090f6c.zip |
add LICENSE.txt
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -56,7 +56,7 @@ Examples make docker/build PROJECT_DIR=../jekyll-project/ - To bring everything down, + Bring everything down: make docker/down @@ -74,3 +74,11 @@ install everything locally. This goal was achieved, but I also noticed that "out-of-tree" builds were actually possible, hence the introduction of the PROJECT_DIR parameter, and the slight crazyness with the two separate images. + +License +------- + +Distributed under the MIT License. +See [LICENSE.txt] for details. + +[LICENSE.txt]: LICENSE.txt |