From bedbeee061ed9eea3ec4b572fc8a90b5751d96c8 Mon Sep 17 00:00:00 2001 From: Vinicius Arcanjo Date: Sun, 6 Jan 2019 21:07:48 -0200 Subject: [PATCH] Added url for the docs from dub registry --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fed527c..14190d0 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,9 @@ void main() { } ``` -## How to install +You can find the code documentation generated by the dub registry [here](https://nvimhost.dpldocs.info/nvimhost.html). + +## How to install and build - Fetch it using `dub`, and use it as a library in your source code by importing the `nvimhost` package: @@ -106,6 +108,8 @@ dub fetch nvimhost dub build --build=release ``` +For more information about building binaries, check out the [.gitlab-ci.yml file](./.gitlab-ci.yml) + ## Testing Both unit tests and system tests (end-to-end) testing with nvim have been automated in the CI.