From 2bdea7d1d5d5da49da1d07dfa8c7bd8896363eab Mon Sep 17 00:00:00 2001 From: Rob Davis Date: Wed, 22 Jan 2020 21:03:54 -0600 Subject: [PATCH] Renamed branch name on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13f7241..12d32c5 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Then there is currently one extra tags for each of the above labels: To get Netbox up and running: ```bash -git clone -b master https://github.com/netbox-community/netbox-docker.git +git clone -b release https://github.com/netbox-community/netbox-docker.git cd netbox-docker docker-compose pull docker-compose up -d