Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
Merge a36996b into dcc3758
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Revyakin committed Jul 18, 2018
2 parents dcc3758 + a36996b commit 38b5ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/content/guides/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In addition you need a version of `kombustion` built from source.

```bash
# Get the latest kombustion
$ go get https://github.com/KablamoOSS/kombustion
$ go get github.com/KablamoOSS/kombustion

# Compile and install it
$ go install github.com/KablamoOSS/kombustion
Expand All @@ -40,7 +40,7 @@ $ kombustion --load-plugin ../kombustion-plugin-example/kombustion-plugin-exampl
The easiest way to get started is to start from a copy of the [boilerplate](https://github.com/KablamoOSS/kombustion-plugin-boilerplate) example plugin. This repository has everything you need to get started writing a plugin, including default configuration, an example folder layout, and a build script.

```bash
$ go get https://github.com/KablamoOSS/kombustion-plugin-boilerplate
$ go get github.com/KablamoOSS/kombustion-plugin-boilerplate
$ cp $GOPATH/src/github.com/KablamoOSS/kombustion-plugin-boilerplate \
$GOPATH/src/github.com/{username}/{plugin}
```
Expand Down

0 comments on commit 38b5ab7

Please sign in to comment.