From c574475b2670978ce6b2b66a98ad09bc9066181a Mon Sep 17 00:00:00 2001 From: MOHAMMED <74756489+Zaky202@users.noreply.github.com> Date: Tue, 27 Jun 2023 04:13:52 +0300 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee6688f..d743f38 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ -# webwareos -a web-based operating system built with PHP +![](https://raw.githubusercontent.com/Zaky202/webwareos/main/src/img/logo.png) + +# + +**WebwareOS** is a web-based operating system built with PHP, HTML, CSS, and JavaScript. It allows you to create a fully functional system that can be run on a hosting platform or your personal computer. With WebwareOS, you can upload and manage files and perform various other tasks typically associated with an operating system. +## Download + +To download and set up WebwareOS, follow these steps: + +- Download the zip file from the project's GitHub repository. +- Extract the files to a location on your computer. +- Ignore any folders except `src`, because everything we need is in it +- Run the `set_admin.py` script to change the default username and password + +By default, the username is `admin` and the password is `iamtheadmin123`. +- Upload all the files to your hosting platform or run them via XAMPP or Apache from your personal computer. +- Once you have completed the setup process, you can start uploading your files and using WebwareOS. + + +## Screenshots +![](https://raw.githubusercontent.com/Zaky202/webwareos/main/img/1.gif) +![](https://raw.githubusercontent.com/Zaky202/webwareos/main/img/2.gif) +![](https://raw.githubusercontent.com/Zaky202/webwareos/main/img/3.gif) + +We hope you find WebwareOS useful for you. If you have any questions or comments, please feel free to reach out to us via the project's GitHub page. Thank you for using WebwareOS!