Changes to to top-level readme to fix a few minor things (#96)

This commit is contained in:
Ivan Nikittin 2018-07-11 09:08:00 -07:00 committed by Ryan Gregg
parent 76b0b7c201
commit 3a74a37fab
1 changed files with 10 additions and 11 deletions

View File

@ -21,12 +21,11 @@ deploy, monitor, and debug it.
## Getting started with Knative ## Getting started with Knative
To get started using Knative, [pick a Kubernetes cluster of your choice](https://kubernetes.io/docs/setup/pick-right-solution/) To get started using Knative, [pick a Kubernetes cluster of your choice](https://kubernetes.io/docs/setup/pick-right-solution/) and follow the
and follow the [Knative installation instructions](/install/Knative-with-GKE.md) [Knative installation instructions](/install/Knative-with-GKE.md) to get the system up.
to get the system up.
There are a [number of samples](serving/samples/README.md) to help you get acquainted you can build There are a [number of samples](serving/samples/README.md) that you can build and
and run on your cluster once it's set up. run on your cluster once it's set up to help you get acquainted.
You can choose to install individual Knative components following the You can choose to install individual Knative components following the
instructions in each repo, or install a pre-built suite of components instructions in each repo, or install a pre-built suite of components
@ -35,6 +34,9 @@ by following the instructions for your platform:
- [Google Kubernetes Engine](install/Knative-with-GKE.md) - [Google Kubernetes Engine](install/Knative-with-GKE.md)
- [MiniKube](install/Knative-with-Minikube.md) - [MiniKube](install/Knative-with-Minikube.md)
To deploy an app with Knative Serving, check out the
[Getting Started with Knative App Deployment guide](install/getting-started-knative-app.md).
## Who is Knative for ## Who is Knative for
Knative was created with several personas in mind: Knative was created with several personas in mind:
@ -63,11 +65,10 @@ With a clear project scope, lightweight governance model and clean
lines of separation between pluggable components, the Knative project lines of separation between pluggable components, the Knative project
establishes an efficient contributor workflow. establishes an efficient contributor workflow.
Knative is a diverse, open, and inclusive community. To get involved, Knative is a diverse, open, and inclusive community. To get involved, see
see
[CONTRIBUTING.md](https://github.com/knative/docs/blob/master/community/CONTRIBUTING.md) [CONTRIBUTING.md](https://github.com/knative/docs/blob/master/community/CONTRIBUTING.md)
and join the and join the [#community](https://knative.slack.com/messages/C92U2C59P/)
[#community](https://knative.slack.com/messages/C92U2C59P/) Slack channel. Slack channel.
Your own path to becoming a Knative contributor can Your own path to becoming a Knative contributor can
[begin anywhere](https://github.com/knative/serving/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22). [begin anywhere](https://github.com/knative/serving/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
@ -81,8 +82,6 @@ Currently, Knative consists of the following top-level repositories:
- [build](https://github.com/knative/build) and - [build](https://github.com/knative/build) and
[build-templates](https://github.com/knative/build-templates) — [build-templates](https://github.com/knative/build-templates) —
automatic, repeatable server-side container builds automatic, repeatable server-side container builds
- [docs](https://github.com/knative/docs) - documentation for developers and
operators using Knative components.
- [eventing](https://github.com/knative/eventing) — management and - [eventing](https://github.com/knative/eventing) — management and
delivery of events delivery of events
- [serving](https://github.com/knative/serving) — scale to zero, - [serving](https://github.com/knative/serving) — scale to zero,