Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonfelipesp authored Nov 22, 2024
1 parent 43af0cb commit 267817b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ The following table shows the Netbox and Proxmox versions compatible (tested) wi
### Summary
[1. Installation](#1-installation)
- [1.1. Install package](#11-install-package)
- [1.1.1. Using pip (production use)](#111-using-pip-production-use---not-working-yet)
- [1.1.2. Using git (development use)](#112-using-git-development-use)
- [1.1.1. Using pip (production use)](#111-using-pip-production-use---not-working-yet) - NOT WORKING
- [1.1.2. Using git (development use)](#112-using-git-development-use) - CURRENTLY WORKING
- [1.2. Enable the Plugin](#12-enable-the-plugin)
- [1.3. Configure Plugin](#13-configure-plugin)
- [1.3.1. Change Netbox 'configuration.py' to add PLUGIN parameters](#131-change-netbox-configurationpy-to-add-plugin-parameters)
Expand Down Expand Up @@ -93,6 +93,8 @@ The plugin is available as a Python package in pypi and can be installed with pi

#### 1.1.1. Using pip (production use)

> NOT WORKING
Enter Netbox's virtual environment.
```
source /opt/netbox/venv/bin/activate
Expand All @@ -104,6 +106,9 @@ Install the plugin package.
```

#### 1.1.2. Using git (development use)

> CURRENTLY WORKING
**OBS:** This method is recommend for testing and development purposes and is not for production use.

Move to netbox main folder
Expand Down

0 comments on commit 267817b

Please sign in to comment.