Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Added url for the docs from dub registry
Browse files Browse the repository at this point in the history
  • Loading branch information
viniarck committed Jan 6, 2019
1 parent bebdbde commit bedbeee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.

0 comments on commit bedbeee

Please sign in to comment.