Add README

This commit is contained in:
adminharis
2026-06-09 21:44:14 +00:00
parent f80dbe45c0
commit c48d17e4c3
+38
View File
@@ -0,0 +1,38 @@
# Devlab Installation Guide
## Installation
Upload `install-devlab.sh` to your server, then run:
```bash
chmod +x install-devlab.sh
sudo ./install-devlab.sh
```
## Post-Installation Setup
After the installation completes, copy the `devlab` command to your system path:
```bash
sudo cp devlab.sh /usr/local/bin/devlab
```
Verify that Devlab is installed and running correctly:
```bash
devlab status
```
## Requirements
* Linux server with sudo privileges
* Bash shell
* Internet connectivity for package installation
## Usage
Check the current Devlab status:
```bash
devlab status
```