From 0035a2062e4ff44eaea9f898d76852de28dbdf95 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Fri, 15 Jan 2021 13:46:25 -0700 Subject: [PATCH] add badges and caution message --- README.md | 15 +++++++++++++-- ui/use-mocks.json | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23df018fd..89cdac3f2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,20 @@ # EmbassyOS +[![Version](https://img.shields.io/github/v/tag/Start9Labs/embassy-os?color=success)](https://github.com/Start9Labs/embassy-os/releases) +[![community](https://img.shields.io/badge/community-telegram-informational)](https://t.me/start9_labs) +[![support](https://img.shields.io/badge/support-docs-important)](https://docs.start9labs.com) +[![developer](https://img.shields.io/badge/developer-matrix-blueviolet)](https://matrix.to/#/#community-dev:matrix.start9labs.com) +[![website](https://img.shields.io/website?down_color=lightgrey&down_message=offline&up_color=success&up_message=online&url=https%3A%2F%2Fstart9labs.com)](https://start9labs.com) + +[![twitter](https://img.shields.io/twitter/follow/start9labs?label=Follow)](https://twitter.com/start9labs) + ### _Anyone can do it. No one can stop it._ ### EmbassyOS is a mass-market, graphical operating system designed to facilitate the discovery, installation, configuration, private self-hosting, and reliable operation of open-source software services and applications. It aims to eliminate trust and custodianship from personal computing. -![EmbassyOS image](https://sesoodan.sirv.com/0.2.5.png) +![EmbassyOS image](https://sesoodan.sirv.com/eos.png?w=600) + +## ⚠️ Caution +Some technologies supported by this software, such as [Lightning](https://lightning.network/), are considered in active development and might experience issues. Do not commit any funds you are not willing to loose. Be #reckless at your own risk. ## Running EmbassyOS There are multiple ways to obtain and begin using EmbassyOS. @@ -21,4 +32,4 @@ While not as convenient as buying an Embassy, this option is easier than you mig To pursue this option, follow this [guide](https://docs.start9labs.com/getting-started/diy.html). ## Contributing -To build EmbassyOS from source, or to contribute to its development, see [here](https://github.com/Start9Labs/embassy-os/blob/master/CONTRIBUTING.md#building-the-image). +To build EmbassyOS from source, or to contribute to its development, see [here](https://github.com/Start9Labs/embassy-os/blob/master/CONTRIBUTING.md#building-the-image). \ No newline at end of file diff --git a/ui/use-mocks.json b/ui/use-mocks.json index 3425efc8a..2caee7215 100644 --- a/ui/use-mocks.json +++ b/ui/use-mocks.json @@ -1,3 +1,3 @@ { - "useMocks": false + "useMocks": true }