diff --git a/docs/eventing/samples/github-source/README.md b/docs/eventing/samples/github-source/README.md index ebe6a8ae5..16e52368a 100644 --- a/docs/eventing/samples/github-source/README.md +++ b/docs/eventing/samples/github-source/README.md @@ -26,6 +26,15 @@ You will need: instructions also install the default eventing sources, including the `GitHubSource` we'll use. +### Install Github Event Source + +Github Event source lives in the [knative/eventing-contrib](https://github.com/knative/eventing-contrib). +You can install it by running the following (this is currently the latest released version (0.11.2)) + +```shell +kubectl apply -f https://github.com/knative/eventing-contrib/releases/download/v0.11.2/github.yaml +``` + ### Create a Knative Service To verify the `GitHubSource` is working, we will create a simple Knative