瀏覽代碼

Fixes #21: Added screenshots to README

Jeremy Stretch 10 年之前
父節點
當前提交
215c31e7a0
共有 4 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      README.md
  2. 二進制
      docs/screenshot1.png
  3. 二進制
      docs/screenshot2.png
  4. 二進制
      docs/screenshot3.png

+ 6 - 0
README.md

@@ -2,6 +2,12 @@ NetBox is an IP address management (IPAM) and data center infrastructure managem
 
 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).
 
+![Screenshot of main page](docs/screenshot1.png "Main page")
+
+![Screenshot of rack elevation](docs/screenshot2.png "Rack elevation")
+
+![Screenshot of prefix hierarchy](docs/screenshot3.png "Prefix hierarchy")
+
 # Installation
 
 Please see docs/getting-started.md for instructions on installing NetBox.

二進制
docs/screenshot1.png


二進制
docs/screenshot2.png


二進制
docs/screenshot3.png