aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4a224abf..848577e0 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,10 @@ For additional information about the project, please browse the official website
**Lumina Project Info: Table of Contents**
- [Description](#description)
- - [Latest Versions](#latestversions)
- - [Translations](#translations)
- - [How to file bug reports or feature requests](#filebugs)
- - [How to build from source](#buildfromsource)
+- [Latest Versions](#latestversions)
+- [Translations](#translations)
+- [How to file bug reports or feature requests](#filebugs)
+- [How to build from source](#buildfromsource)
**General Project Information: Table of Contents**
@@ -37,6 +37,11 @@ Description <a name="description"></a>
The Lumina Desktop Environment is a lightweight system interface that is designed for use on any Unix-like operating system. It takes a plugin-based approach, allowing the entire interface to be assembled/arranged by each individual user as desired, with a system-wide default layout which can be setup by the system administrator. This allows every system (or user session) to be designed to maximize the individual user's productivity.
+Supported operating systems include (but are not limited to):
+ * BSD: TrueOS, FreeBSD, OpenBSD, NetBSD, DragonflyBSD, GNU/kFreeBSD
+ * Linux: Gentoo, Debian, "Generic" Linux (including Arch, Ubuntu, and more)
+
+
Latest Versions <a name="latestversions"></a>
----
Click [HERE](https://github.com/trueos/lumina/releases) to see all the available releases for the Lumina Desktop.
bgstack15