|
|
@@ -36,7 +36,7 @@ This documentation provides two options for installing NetBox: from a downloadab
|
|
|
Download the [latest stable release](https://github.com/netbox-community/netbox/releases) from GitHub as a tarball or ZIP archive and extract it to your desired path. In this example, we'll use `/opt/netbox` as the NetBox root.
|
|
|
|
|
|
```no-highlight
|
|
|
-sudo wget https://github.com/netbox-community/netbox/archive/vX.Y.Z.tar.gz
|
|
|
+sudo wget https://github.com/netbox-community/netbox/archive/refs/tags/vX.Y.Z.tar.gz
|
|
|
sudo tar -xzf vX.Y.Z.tar.gz -C /opt
|
|
|
sudo ln -s /opt/netbox-X.Y.Z/ /opt/netbox
|
|
|
```
|