From 10486f0a99aaaef9cef9d49842ba1e9283d523ef Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 17 Jun 2016 16:17:55 -0400 Subject: [PATCH] Tweaked README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a9ced76f..4130dfd3c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ NetBox is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at [DigitalOcean](https://www.digitalocean.com/), NetBox was developed specifically to address the needs of network and infrastructure engineers. -NetBox runs as a web application atop the [Django](https://www.djangoproject.com/) Python framework with a [PostgreSQL](http://www.postgresql.org/) database. For a complete list of requirements, see `requirements.txt`. +NetBox runs as a web application atop the [Django](https://www.djangoproject.com/) Python framework with a [PostgreSQL](http://www.postgresql.org/) database. For a complete list of requirements, see `requirements.txt`. The code is available [on GitHub](https://github.com/digitalocean/netbox). + +# Installation + +Please see docs/getting-started.md for instructions on installing NetBox. # Components