✏️ Fixes the URL to the repo in README

Fixes #4
This commit is contained in:
Christian Mäder 2017-09-11 15:40:11 +02:00
parent 0edd3d5489
commit bdc52d3729
No known key found for this signature in database
GPG Key ID: 92FFD0A711F196BB
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Images built using this code are released to [Docker Hub](https://hub.docker.com
To get NetBox up and running:
```
$ git clone -b master https://github.com/digitalocean/netbox-docker.git
$ git clone -b master https://github.com/ninech/netbox-docker.git
$ cd netbox-docker
$ docker-compose up -d
```