Add badges for license and travis build status.

This commit is contained in:
David Anderson 2016-05-15 13:55:41 -07:00
parent e46cf1fec1
commit 6a00ec441b

View File

@ -1,5 +1,7 @@
# Netboot, packages and utilities for network booting # Netboot, packages and utilities for network booting
[![license](https://img.shields.io/github/license/google/netboot.svg?maxAge=2592000)](https://github.com/google/netboot/blob/master/LICENSE) [![Travis](https://img.shields.io/travis/google/netboot.svg?maxAge=2592000)](https://travis-ci.org/google/netboot)
This repository contains Go implementations of network protocols used in booting This repository contains Go implementations of network protocols used in booting
machines over the network, as well as utilities that make use of those machines over the network, as well as utilities that make use of those
implementations. implementations.