From fa255d2c78b5e00c4d997ca39dbb43f599b519d3 Mon Sep 17 00:00:00 2001 From: Suraj Deshmukh Date: Wed, 3 May 2017 18:37:07 +0530 Subject: [PATCH] Fix link to fedora setup in docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51e4d24a..ba08b1ca 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Installation methods: - [Binary (Prefered method)](README.md) - [Go](/docs/setup.md#go) - [CentOS](/docs/setup.md#centos) - - [Fedora](/docs/setup.mdfedora) + - [Fedora](/docs/setup.md#fedora) - [macOS (Homebrew)](/docs/setup.md#macos) #### Binary installation @@ -49,7 +49,7 @@ Installation methods: Kompose is released via GitHub on a three-week cycle, you can see all current releases on the [GitHub release page](https://github.com/kubernetes-incubator/kompose/releases). ```sh -# Linux +# Linux curl -L https://github.com/kubernetes-incubator/kompose/releases/download/v0.6.0/kompose-linux-amd64 -o kompose # macOS