vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 45025fa4f066eccca2f78607cae3b64ff5f2c3c7
parent 0c561e53414707544d3ffcb38301eb2b30c49493
Author: Rane Brown <rane.brown@gmail.com>
Date:   Thu,  1 Aug 2019 05:19:39 -0600

Fix docker build command syntax. Closes #736.

Diffstat:
Mtest/Readme.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Readme.md b/test/Readme.md @@ -18,7 +18,7 @@ Vimwiki functionality. It is based on the following tools: ## Building Docker Image -To build the Docker image run `docker build -t vimwiki` from the Vimwiki +To build the Docker image run `docker build -t vimwiki .` from the Vimwiki repository root (same location as the Dockerfile). ## Running Tests