mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 01:42:28 +00:00
Update readme (#5)
* README(.md): module is now on NetboxPS folder * README(.md): enhance connect example * README(.md): Update url of netbox github
This commit is contained in:
parent
2595c58eaa
commit
83944e0a45
1 changed files with 3 additions and 3 deletions
|
|
@ -5,9 +5,9 @@
|
||||||
This module is beta. Use it at your own risk. I have only added functions as I have needed them, so not everything is available.
|
This module is beta. Use it at your own risk. I have only added functions as I have needed them, so not everything is available.
|
||||||
|
|
||||||
# Description
|
# Description
|
||||||
This module is a wrapper for the [Netbox](https://github.com/digitalocean/netbox) API.
|
This module is a wrapper for the [Netbox](https://github.com/netbox-community/netbox) API.
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
1. Install module from the `dist` folder
|
1. Install module from the `netboxPS` folder
|
||||||
2. Import module
|
2. Import module
|
||||||
3. Connect to an API endpoint by using `Connect-NetboxAPI`
|
3. Connect to an API endpoint by using `Connect-NetboxAPI -Hostname netbox.example.com`
|
||||||
Loading…
Add table
Reference in a new issue