From e824408d21d674eecf5ef992f4c94ab224ecfd99 Mon Sep 17 00:00:00 2001 From: Scott Ferguson Date: Tue, 1 Apr 2014 10:31:14 -0500 Subject: [PATCH] Add wall display to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 91e2eac49..6f9bb2257 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Interested in contributing? Great! Please read our [contributor guidelines](http * [Database Services](#databases) * [Caching](#caching) * [Params Injection](#params-injection) +* [Wall display](#wall-display) * [Local development](#local-development) * [Documentation and References](#docs) @@ -352,6 +353,11 @@ notify: ![params-injection](https://f.cloud.github.com/assets/1583973/2161187/2905077e-94c3-11e3-8499-a3844682c8af.png) +### Wall display + +A wall display for Drone is available as a separate service. See [Drone Wall](https://github.com/drone/drone-wall) +for details. + ### Local development Local Drone setup for development is pretty straightforward.