From c48d17e4c3caf78a414625f381bfb2b3957c10c1 Mon Sep 17 00:00:00 2001 From: adminharis Date: Tue, 9 Jun 2026 21:44:14 +0000 Subject: [PATCH] Add README --- README.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7cbe122 --- /dev/null +++ b/README.md @@ -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 +```