From 4fb3a2e0a03918269a2f7c7fb4375ea6c4292a15 Mon Sep 17 00:00:00 2001 From: Hans Erasmus Date: Tue, 22 Jun 2021 09:59:01 +0200 Subject: [PATCH 1/2] Update installation Just separated it so the user can easily click the copy button, and only be presented with the command. --- docs/installation/3-netbox.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/installation/3-netbox.md b/docs/installation/3-netbox.md index 7a8e0bc80..958cd4e46 100644 --- a/docs/installation/3-netbox.md +++ b/docs/installation/3-netbox.md @@ -73,6 +73,9 @@ Next, clone the **master** branch of the NetBox GitHub repository into the curre ```no-highlight $ sudo git clone -b master https://github.com/netbox-community/netbox.git . +``` +The screen below should be the result: +``` Cloning into '.'... remote: Counting objects: 1994, done. remote: Compressing objects: 100% (150/150), done. From 0ed82af99a686ae27668ed2f5768d72675f475f7 Mon Sep 17 00:00:00 2001 From: Hans Erasmus Date: Fri, 9 Jul 2021 11:43:50 +0200 Subject: [PATCH 2/2] Update 3-netbox.md --- docs/installation/3-netbox.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/installation/3-netbox.md b/docs/installation/3-netbox.md index 958cd4e46..2a493d835 100644 --- a/docs/installation/3-netbox.md +++ b/docs/installation/3-netbox.md @@ -74,7 +74,9 @@ Next, clone the **master** branch of the NetBox GitHub repository into the curre ```no-highlight $ sudo git clone -b master https://github.com/netbox-community/netbox.git . ``` + The screen below should be the result: + ``` Cloning into '.'... remote: Counting objects: 1994, done.