diff options
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,11 +1,21 @@ <h1 align="center"> - <img src="misc/artwork/logo.png" width="100" alt="OpenDC"> + <a href="http://opendc.org/"> + <img src="misc/artwork/logo.png" width="100" alt="OpenDC"> + </a> <br> OpenDC Simulator </h1> <p align="center"> Collaborative Datacenter Simulation and Exploration for Everybody </p> +<p align="center"> + <a href="https://travis-ci.org/atlarge-research/opendc-simulator"> + <img src="https://travis-ci.org/atlarge-research/opendc-simulator.svg?branch=master" alt="Build Status"> + </a> + <a href="https://opensource.org/licenses/MIT"> + <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="MIT License"> + </a> +</p> ## Getting the source Download the source code by running the following code in your command prompt: |
