Skip to content

Commit 2ac79e6

Browse files
Revert "Merge branch 'development' into development"
This reverts commit bc2f7b7, reversing changes made to f51d16d.
1 parent bc2f7b7 commit 2ac79e6

28 files changed

Lines changed: 1775 additions & 1557 deletions

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Welcome To MassOS
2-
Welcome to **MassOS**, a [free](https://www.gnu.org/philosophy/free-sw.html) GNU/Linux operating system for x86_64 devices, which aims to be minimal and lightweight, without compromising features. This edition uses the [GNOME](https://gnome.org) desktop environment.
2+
Welcome to **MassOS**, a [free](https://www.gnu.org/philosophy/free-sw.html) GNU/Linux operating system for x86_64 devices, which aims to be minimal and lightweight, without compromising features. It uses the [Xfce](https://xfce.org) desktop environment.
33
![](massos-desktop-screenshot.png)
44
The MassOS system itself is under 5 gigabytes. Quite impressive for a GNU/Linux distribution containing a full desktop environment and common programs, as well as development tools/headers. Some distributions are able to achieve minimalism by using smaller replacements for common GNU software, at the cost of some features. With MassOS, you get the minimal size, without compromising the advanced features exclusive to GNU software.
55
# Not Based On Any Other Distro
@@ -12,34 +12,32 @@ MassOS has a live CD ISO which can be used to try out MassOS and easily install
1212

1313
Please see the [installation guide](installation-guide.md) for more information, and installation instructions.
1414

15-
The latest release can be found on the [releases page](https://github.com/AaronTechnic/MassOS-GNOME/releases).
15+
The latest release can be found on the [releases page](https://github.com/TheSonicMaster/MassOS/releases).
1616

1717
Some developers may also wish to [build MassOS themselves](building.md) using the scripts in this repo. This is not recommended for most users.
1818
# About This Repo
19-
This repo contains the scripts which are used to build the complete MassOS system. Most people won't want to run these. Instead, you can download the latest release tarball of MassOS from the [releases page](https://github.com/AaronTechnic/MassOS-GNOME/releases).
19+
This repo contains the scripts which are used to build the complete MassOS system. Most people won't want to run these. Instead, you can download the latest release tarball of MassOS from the [releases page](https://github.com/TheSonicMaster/MassOS/releases).
2020
# Releases
21-
The latest release of MassOS can be downloaded from the [releases page](https://github.com/AaronTechnic/MassOS-GNOME/releases). From there you can also view the release notes and check out past releases too.
21+
The latest release of MassOS can be downloaded from the [releases page](https://github.com/TheSonicMaster/MassOS/releases). From there you can also view the release notes and check out past releases too.
2222

2323
Release numbers follow the format **YYYY.MM**. For example: the August 2021 release was **2021.08**. On a working MassOS system, you can check the version by running `massos-release`. There is a new release of MassOS roughly once or twice per month. New releases will usually include updated software. A new release in the same month as an existing release will typically be less major, and will have a version in the format **YYYY.MM.2**. You can upgrade an existing MassOS installation by using the [MassOS Upgrade Utility](https://github.com/TheSonicMaster/massos-upgrade).
2424

25-
Developers who wish to test out some of the latest in-development features for the next version MassOS can take a look at the [development branch](https://github.com/AaronTechnic/MassOS-GNOME/tree/development).
25+
Developers who wish to test out some of the latest in-development features for the next version MassOS can take a look at the [development branch](https://github.com/TheSonicMaster/MassOS/tree/development).
2626
# Joining The Community
2727
Most discussion happens in The Sonic Master's [Discord Server](https://discord.gg/EfshNrt), in the `#tech-chat` channel. Click here to join it:
2828

2929
[![Discord link](https://discord.com/api/guilds/581195383661920278/embed.png)](https://discord.gg/EfshNrt)
3030

3131
For general queries, you can alternatively send an email to [daniel@thesonicmaster.net](mailto:daniel@thesonicmaster.net).
32-
33-
For queries related to MassOS GNOME, send a message to AaronTechnic#5995 on [Discord](https://discord.com).
3432
# Bug Reporting
3533
If you have found a bug in MassOS, please do the following before reporting it:
3634

3735
- Check that you are on the latest version of MassOS, by running `massos-release`.
3836
- Check the [development branch](https://github.com/TheSonicMaster/MassOS/tree/development) to see if your issue has already been fixed for the next version of MassOS.
3937

40-
If you have checked both of these, and you believe this issue has not already been fixed in the development branch, then go to the [issues](https://github.com/AaronTechnic/MassOS-GNOME/issues) page and open an issue. Please describe your issue in detail, and provide any relevant logs and screenshots which could help us debug your issue.
38+
If you have checked both of these, and you believe this issue has not already been fixed in the development branch, then go to the [issues](https://github.com/TheSonicMaster/MassOS/issues) page and open an issue. Please describe your issue in detail, and provide any relevant logs and screenshots which could help us debug your issue.
4139
# Contributing
42-
You are welcome to fork the MassOS repository and make changes/additions as you wish. If you then want to contribute your changes back, you can do so by opening a [pull request](https://github.com/AaronTechnic/MassOS-GNOME/pulls). However, we ask that you follow these guidelines if you want to contribute your changes:
40+
You are welcome to fork the MassOS repository and make changes/additions as you wish. If you then want to contribute your changes back, you can do so by opening a [pull request](https://github.com/TheSonicMaster/MassOS/pulls). However, we ask that you follow these guidelines if you want to contribute your changes:
4341

4442
- Please only modify the **development** branch. If you've forked MassOS, you can switch the branch to **development** or set the main branch of your fork to the development branch, but either way, we will only accept changes to the development branch.
4543
- Similarly, please only submit pull requests to the **development** branch. Pull requests will never be merged directly into the main branch.

0 commit comments

Comments
 (0)