Skip to content

Commit

Permalink
Merge pull request #7 from peterablehmann/main
Browse files Browse the repository at this point in the history
readme: finish sentence
  • Loading branch information
Janik-Haag committed May 20, 2024
2 parents 202e9ec + 63c1567 commit 0191009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The login credentials are admin:admin
### Export data from an existing NetBox instance

First we need to get a api token to authenticate against the api.
And store it in `NIXBOX_NETBOX_TOKEN` so NixBox can
And store it in `NIXBOX_NETBOX_TOKEN` so NixBox can use it:
```bash
export NIXBOX_NETBOX_TOKEN=$(curl -s -X POST -H "Content-Type: application/json" -H "Accept: application/json; indent=4" https://demo.netbox.dev/api/users/tokens/provision/ --data '{ "username": "admin", "password": "admin" }' | jq -r -e .key)
```
Expand Down

0 comments on commit 0191009

Please sign in to comment.