README: Shorten line

This commit is contained in:
Benjamin Gilbert
2017-06-08 15:14:03 -07:00
parent 9d3d08a26f
commit aac270e937
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ You'll install the `matchbox` service, setup a PXE network boot environment, and
Install `matchbox` on a dedicated server or Kubernetes cluster. Generate TLS credentials and enable the gRPC API as directed. Save the `ca.crt`, `client.crt`, and `client.key` on your local machine (e.g. `~/.matchbox`).
* Installing on [CoreOS Container Linux and other Linux distros](deployment.md)
* Installing on [Container Linux / other distros](deployment.md)
* Installing on [Kubernetes](deployment.md#kubernetes)
* Running with [rkt](deployment.md#rkt) / [docker](deployment.md#docker)

View File

@@ -19,7 +19,7 @@
### Installation
* Installation
* Installing on [CoreOS Container Linux and other Linux distros](Documentation/deployment.md)
* Installing on [Container Linux / other distros](Documentation/deployment.md)
* Installing on [Kubernetes](Documentation/deployment.md#kubernetes)
* Running with [rkt](Documentation/deployment.md#rkt) / [docker](Documentation/deployment.md#docker)
* [Network Setup](Documentation/network-setup.md)