Skip to content

Commit 9468ff6

Browse files
authored
Update README.md
1 parent 92ef735 commit 9468ff6

1 file changed

Lines changed: 23 additions & 33 deletions

File tree

README.md

Lines changed: 23 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -174,58 +174,48 @@ Welcome to the next generation of web application deployment and discovery. The
174174

175175
---
176176
# Getting Started
177-
178-
## 🛠️ How to Run BJH OS (Self Hostable)
177+
## BJH OS Is Also Available as a hosted services at: [Live BJH OS](https://haris16-code.github.io/BJH-OS)
178+
# 🛠️ How to Run BJH OS (Self-Hostable)
179179

180180
1. ⬇️ **Download the ZIP** from the [BJH OS MAIN REPOSITORY](https://github.com/Haris16-code/BJH-OS)
181181
2. 🗂️ **Extract** the ZIP file
182182
3. Open the extracted `BJH-OS` folder
183-
4. 🖱️ Open the main file by double-clicking `Setup.html` if it exists; otherwise, open `index.html`.
183+
4. 🖱️ Open the main file by double-clicking `index.html` if it exists; otherwise, open `Setup.html`.
184184
5. 🌍 BJH OS will launch in your default browser
185185

186-
> 🧑‍💻 No installation required — just open and go!
186+
> 🧑‍💻 No installation required — just open and go!
187187
188188
---
189189

190-
## 🧰 BJH OS TOOL (Required For Self Hostable Version)
190+
## 💻 Run on Any Operating System
191191

192-
To make managing BJH OS easier, I developed a Python-based utility called **BJH OS TOOL** 🐍🛠️
193-
It lets you:
192+
- **Windows, macOS, Linux:** Open `index.html` in any modern browser like Chrome, Firefox, Edge, or Safari.
193+
- **Android, iOS:** Use a mobile phone as BJH OS Self-Hosted Server. Install a local web server app (e.g., **Simple HTTP Server**, **Servers Ultimate**, **KSWeb**, Or Any Other Web Server App For Android, For iOS use **Any Web Server App for iOS**), copy the `BJH-OS-main` folder to the server’s root directory, start the server, and access BJH OS via your phone’s local IP address (`http://192.168.x.x`). This allows you to run BJH OS directly from your mobile device and share it with other devices on the same network.
194+
- **Other OS:** As long as there is a modern web browser, BJH OS will run.
194195

195-
- 📦 Install BJH OS updates
196-
- 🎮 Install apps and games
197-
- 🖼️ Install wallpapers and cursors
198-
199-
### 🖥️ BJH OS TOOL 64-Bit
196+
---
200197

201-
- 🛠️ Install BJH OS Update: Extract the latest ZIP → Open BJH OS TOOL → Click "Install Update" → Select the extracted folder → Refresh BJH OS.
202-
- 🖱️ Install Cursor: Select `.svg` file → Refresh BJH OS.
203-
- 🖼️ Install Wallpaper: Select `.jpg` or `.png` image → Refresh BJH OS.
204-
- 🎮 Install Apps/Games: Select the app folder → Open from BJH OS home screen.
198+
## 📱 Use Android or iPhone as a Server
205199

206-
### 🖥️ BJH OS TOOL 32-Bit
200+
1. Install a **local web server app** on your phone
201+
- Android: **Simple HTTP Server**, **Servers Ultimate**, **KSWeb**, Or Any Other Web Server App For Android.
202+
- iOS: **Any Web Server App for iOS**
203+
2. Copy the `BJH-OS-main` folder to the server’s root directory.
204+
3. Start the server in the app.
205+
4. Open a browser on any device in the same network and enter your phone’s **local IP address** (e.g., `http://192.168.x.x/BJH-OS-main`).
206+
5. BJH OS will now run from your phone as a server.
207207

208-
- ▶️ Run Tool: Double-click to start.
209-
- 🛠️ Install Update: Provide the folder path for the update.
210-
- 🎯 Install Cursor: Provide full path to `.svg` file.
211-
- 🖼️ Install Wallpaper: Provide full path to image.
212-
- 📦 Install App: Provide the directory path containing `index.html`.
208+
> ⚡ This allows you to host and test BJH OS anywhere without a PC.
213209
214210
---
215211

216-
## 📁 General Notes on File Paths
212+
## 🌐 Host as a Static Website
217213

218-
- 🧭 **Absolute Path:** Full path from the root of the filesystem.
219-
- 🧮 **Relative Path:** Path relative to your current directory.
214+
1. Upload the contents of the `BJH-OS` folder to any **static hosting service** (e.g., GitHub Pages, Netlify, Vercel).
215+
2. Set the root file as `index.html`.
216+
3. Access BJH OS via the provided URL and share it online.
220217

221-
**Examples:**
222-
- Absolute: `C:\Users\YourName\Documents\myfile.jpg`
223-
- Relative: `.\Documents\myfile.jpg`
224-
225-
✅ Ensure the file or folder exists before proceeding.
226-
227-
---
228-
## BJH OS Is Also Available as a hosted services at: [Live BJH OS](https://haris16-code.github.io/BJH-OS)
218+
> ⚡ Hosting BJH OS lets you run it anywhere without needing to download the ZIP.
229219
---
230220
## 🧑‍💻 Developer Documentation
231221

0 commit comments

Comments
 (0)