Skip to content

Commit f3bbfdc

Browse files
authored
Merge pull request #189 from netbox-community/GettingStarted
Adds a link to the Getting Started wiki section to the README
2 parents c083baf + 8a92640 commit f3bbfdc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,22 +68,25 @@ $ xdg-open "http://$(docker-compose port nginx 8080)/" &>/dev/null &
6868

6969
Alternatively, use something like [Reception][docker-reception] to connect to _docker-compose_ projects.
7070

71-
Default credentials:
71+
The default credentials are:
7272

7373
* Username: **admin**
7474
* Password: **admin**
7575
* API Token: **0123456789abcdef0123456789abcdef01234567**
7676

77+
There is a more complete [Getting Started guide on our Wiki][wiki-getting-started].
78+
79+
[wiki-getting-started]: https://github.com/netbox-community/netbox-docker/wiki/Getting-Started
7780
[docker-reception]: https://github.com/nxt-engineering/reception
7881

7982
## Dependencies
8083

81-
This project relies only on *Docker* and *docker-compose* meeting this requirements:
84+
This project relies only on *Docker* and *docker-compose* meeting these requirements:
8285

8386
* The *Docker version* must be at least `17.05`.
8487
* The *docker-compose version* must be at least `1.17.0`.
8588

86-
To ensure this, compare the output of `docker --version` and `docker-compose --version` with the requirements above.
89+
To check the version installed on your system run `docker --version` and `docker-compose --version`.
8790

8891
## Documentation
8992

0 commit comments

Comments
 (0)