From 9ceb086b26571b2945db44f013b7ba66632ee44a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Mon, 13 Jan 2020 17:57:36 +0100 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index 88c9d34..3413928 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -29,7 +29,7 @@ For that, open a terminal (e.g. _Terminal_ on _macOS_ or _xterm_ on _Linux_). mkdir -p ~/projects && cd projects # (2) -git clone -b master https://github.com/netbox-community/netbox-docker.git +git clone -b release https://github.com/netbox-community/netbox-docker.git # (3) cd netbox-docker