From 5ea5255062d487deb79c92473880be11bbcf9aa8 Mon Sep 17 00:00:00 2001 From: Thorsten Schifferdecker Date: Mon, 25 Feb 2019 23:49:07 +0100 Subject: [PATCH] update git-src to rancher/k8s --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8bf464fe5b..d846679160 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ k3s is intended to be a fully compliant Kubernetes distribution with the followi Quick Start ----------- -1. Download `k3s` from latest [release](https://github.com/ibuildthecloud/k3s/releases/latest), x86_64, armhf, and arm64 are +1. Download `k3s` from latest [release](https://github.com/rancher/k3s/releases/latest), x86_64, armhf, and arm64 are supported 2. Run server @@ -100,7 +100,7 @@ Building from source The clone will be much faster on this repo if you do - git clone --depth 1 https://github.com/ibuildthecloud/k3s.git + git clone --depth 1 https://github.com/rancher/k3s.git This repo includes all of Kubernetes history so `--depth 1` will avoid most of that.