OSDN Git Service

instantshutdown case
[instantos/instantOS.git] / README.md
index c2d11e9..1117207 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,31 +1,20 @@
-# suckless
-my suckless "distro"
+<div align="center">
+    <h1>instantOS</h1>
+    <p>an out of the box distro that appeals to powerusers</p>
+    <img width="300" height="300" src="https://raw.githubusercontent.com/instantOS/instantLOGO/master/png/logo.png">
+</div>
 
-## Installation
+--------
+### instantOS is still in early beta, contributions always welcome
 
-```sh
-curl https://raw.githubusercontent.com/paperbenni/suckless/master/install.sh | bash
-```
-### Installation including config files like .bashrc
+instantOS will be a distro based on manjaro, 
+but as of now, the components that are already functional can be installed on top of 
+an existing install of either arch or manjaro. 
 
-#### WARNING THIS WILL OVERWRITE ANY EXISTING CONFIGURATION
+### Installation on top of an existing distro-install
+#### WARNING THIS WILL OVERRIDE ANY EXISTING CONFIGURATION
 ```sh
-curl https://raw.githubusercontent.com/paperbenni/suckless/master/dotinstall.sh | bash
+curl -Ls https://git.io/JvIfw | sudo bash
 ```
-## This suckless collection is made up of
-- Start menu: https://github.com/paperbenni/dmenu
-- Window-Manager: https://github.com/paperbenni/dwm
-- Terminal emulator: https://github.com/paperbenni/st
-- Lock screen: https://github.com/paperbenni/slock
-
-All of these are forks of their original [suckless](https://suckless.org) projects. 
-Suckless programs are really basic , small and optimized programs that you are supposed to extend to suit your needs
-(or use someone elses configuration if you don't want to learn c or/and apply a bunch of patches)
-
 ## Requirements:
 This requires xorg, it does NOT work with wayland as it relies on x utilities
-
-## OS
-It works on Arch, Manjaro and Ubuntu. 
-Arch/Manjaro being my daily driver is more tested than Ubuntu, if you have any issues, just contact me,
-the userbase being that small allows me to answer every single request.