From ddb67d87cb08ac9a731c97eae3abb2f7620d9ec5 Mon Sep 17 00:00:00 2001 From: Matt Love Date: Sat, 14 Sep 2019 18:23:33 -0700 Subject: [PATCH] add branch warning [skip ci] --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 191393d..cc57c43 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# WARNING + +This branch is *very much* under construction. There's a 99% chance that hyperglass will not function at all if you download and install from this branch. If you're looking for a working version of hyperglass, **please go to the [master branch](https://github.com/checktheroads/hyperglass/tree/master)**. + +
+ **hyperglass** is a modern network looking glass application. A looking glass is typically implemented by network service providers as a way of providing customers, peers, and partners with a way to easily view elements of, or run tests from the provider's network. @@ -62,10 +68,6 @@ There is now a [hyperglass team](https://keybase.io/team/hyperglass) on [Keybase [![Donate](https://img.shields.io/badge/Donate-blue.svg?logo=paypal)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZQFH3BB2B5M3E&source=url) -## Acknowledgements - -- This project originally started as a fork of [vraulsan](https://github.com/vraulsan)'s [looking-glass](https://github.com/vraulsan/looking-glass) project. The guts of the Flask components still remain from that project, but almost everything else has been rewritten. Nevertheless, the inspiration for building hyperglass came from here. - ## License [Clear BSD License](https://github.com/checktheroads/hyperglass/master/LICENSE)