diff --git a/README.md b/README.md index 2001ff0..a0a4d2e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# NNOS: Making Linux Easier (Also Works on Windows) +# NNOS: Making Linux Easier (Debian Only) ## Overview -Welcome to **NNOS**, your friendly companion for navigating the world of Linux (and yes, it plays well with Windows too!). Whether you're a seasoned command-line guru or just dipping your toes into the terminal waters, **NNOS** is here to make your life easier. +Welcome to **NNOS**, your friendly companion for navigating the world of Linux. Whether you're a seasoned command-line guru or just dipping your toes into the terminal waters, **NNOS** is here to make your life easier. Please note that **NNOS** is designed to run exclusively on Debian. ## Key Features @@ -10,55 +10,38 @@ Welcome to **NNOS**, your friendly companion for navigating the world of Linux ( 2. **Package Magic**: Installing software shouldn't feel like deciphering ancient scrolls. With **NNOS**, package management becomes a breeze. Say goodbye to cryptic commands; just ask for what you want, and watch the magic happen. -3. **Windows, Meet NNOS**: Windows users, fear not! **NNOS** isn't an exclusive Linux club. It's the bridge between worlds. So whether you're in the penguin-loving camp or the Windows fan club, we've got you covered. +3. **Learn as You Go (Coming Soon)**: Curious about a command? Just ask! **NNOS** provides helpful explanations, examples, and even a dash of humor. Learning Linux has never been this friendly. -4. **Learn as You Go (Coming Soon)**: Curious about a command? Just ask! **NNOS** provides helpful explanations, examples, and even a dash of humor. Learning Linux has never been this friendly. -5. ** Everyday comands **: Common commands made easier (making the reboot command nnos restart) -## Installation +4. **Everyday Commands**: Common commands made easier (e.g., making the reboot command `nnos restart`). -Ready to join the conversation? Here's how to install **NNOS**: +## Installation -# On Linux: +Ready to join the conversation? Here's how to install **NNOS** on Debian: -1. [Download NNOS for linux](https://github.com/Natuworkguy/NNOS/blob/2.4.9/linux/) -2. Open terminal - and make sure you are in the same directory as the nnos file +1. [Download NNOS for Debian](https://github.com/Natuworkguy/NNOS/blob/2.4.9/linux/) +2. Open terminal and make sure you are in the same directory as the NNOS file. 3. Type the following command: ```bash ./nnos --install ``` - You will only need to do this once + You will only need to do this once. 4. Now, say hello to **NNOS**: - ```bash nnos --hello ``` -5. Also, NNOS can do simple tasks, such as reboot your machine - +5. NNOS can also perform simple tasks, such as rebooting your machine: ```bash nnos --restart ``` -6. NNOS can power off your machine as well +6. NNOS can power off your machine as well: ```bash nnos --poweroff ``` -7. NNOS can install your favorite packages using NNPM (Nathan Network Package Manager) +7. NNOS can install your favorite packages using NNPM (Nathan Network Package Manager): ```bash nnos -p ``` -# On Windows -1. [Download NNOS for Windows] (https://github.com/Natuworkguy/NNOS/tree/2.4.9/win) -2. Download run.bat -3. Move run.bat to a directory of your choice (e.g.: *Documents*). The directory will not effect the operation of the file -4. Open Terminal -5. Go to the directory you chose using the cd command e.g.: - ```PowerShell - cd Documents - ``` -6. Finally, execute the file - ```PowerShell - run.bat - ``` + ## Contributing Got ideas? Found a bug? Want to share a Linux meme? Head over to our [GitHub repository](https://github.com/Natuworkguy/NNOS/tree/2.4.9) and join the party. We're all ears (and voices)! diff --git a/linux/nnos b/linux/nnos index a094037..7b5c9f3 100644 Binary files a/linux/nnos and b/linux/nnos differ