fix: improvements in README (#62)

* fix: links to proper doc about plugin creation

* fix: links to actual gohugo bitbucket pipeline badge
This commit is contained in:
Bartosz Majsak
2019-01-24 22:49:27 +01:00
committed by Victor Borja
parent cdc55fefd3
commit 40a348f458

View File

@@ -14,7 +14,7 @@ place for people (and asdf itself) to look for plugins.
## Contributing a new Plugin
* Be sure to read the [creating plugins guide](https://github.com/asdf-vm/asdf/blob/master/docs/creating-plugins.md)
* Be sure to read the [creating plugins guide](https://github.com/asdf-vm/asdf/blob/master/docs/plugins-create.md)
* Test the plugin locally and make sure you can execute the new tool successfully (your shell scripts should work at least on osx and ubuntu linux)
* Create a travis build for your tool, the build should install and execute your tool with `--version` or similar to test it works.
* Update the README.md file on this repo to add your new plugin. The list is alphabetically ordered.
@@ -46,7 +46,7 @@ place for people (and asdf itself) to look for plugins.
| Elm | [vic/asdf-elm](https://github.com/vic/asdf-elm) | [![Build Status](https://travis-ci.org/vic/asdf-elm.svg?branch=master)](https://travis-ci.org/vic/asdf-elm)
| Erlang | [asdf-vm/asdf-erlang](https://github.com/asdf-vm/asdf-erlang) | [![Build Status](https://travis-ci.org/asdf-vm/asdf-erlang.svg?branch=master)](https://travis-ci.org/asdf-vm/asdf-erlang)
| Go | [kennyp/asdf-golang](https://github.com/kennyp/asdf-golang) | [![Build Status](https://travis-ci.org/kennyp/asdf-golang.svg?branch=master)](https://travis-ci.org/kennyp/asdf-golang)
| GoHugo | [mgladdish/asdf-gohugo](https://bitbucket.org/mgladdish/asdf-gohugo) | [![Build Status](https://bitbucket-badges.atlassian.io/badge/mgladdish/asdf-gohugo.svg?ref=master)](https://bitbucket.org/mgladdish/asdf-gohugo/addon/pipelines/home)
| GoHugo | [mgladdish/asdf-gohugo](https://bitbucket.org/mgladdish/asdf-gohugo) | [![Build Status](https://img.shields.io/bitbucket/pipelines/mgladdish/asdf-gohugo.svg)](https://bitbucket.org/mgladdish/asdf-gohugo/addon/pipelines/home)
| GraalVM | [vic/asdf-graalvm](https://github.com/vic/asdf-graalvm) | [![Build Status](https://travis-ci.org/vic/asdf-graalvm.svg?branch=master)](https://travis-ci.org/vic/asdf-graalvm)
| Gradle | [rfrancis/asdf-gradle](https://github.com/rfrancis/asdf-gradle) | [![Build Status](https://travis-ci.org/rfrancis/asdf-gradle.svg?branch=master)](https://travis-ci.org/rfrancis/asdf-gradle)
| Haskell | [vic/asdf-haskell](https://github.com/vic/asdf-haskell) | [![Build Status](https://travis-ci.org/vic/asdf-haskell.svg?branch=master)](https://travis-ci.org/vic/asdf-haskell)