This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-installer.git
The following commit(s) were added to refs/heads/main by this push:
new ec9d065 Update README.md
ec9d065 is described below
commit ec9d0659fafd5410306dfbf4065a093d12282de5
Author: Rohit Yadav <[email protected]>
AuthorDate: Wed Dec 24 18:18:05 2025 +0530
Update README.md
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 2b3b106..d3f6a58 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,13 @@
> [!NOTE]
> Supports Apache CloudStack (version >= 4.20) installation on Ubuntu or EL
> based distro with x86_64 KVM. Please use this on a throwaway host or a VM
> (with hardware acceleration) that wouldn't hurt you to lose, in an [RFC1918
> local private network](https://en.wikipedia.org/wiki/Private_network). This
> is currently in `beta` and open for users testing and issue reporting.
+### Quick Install
+
+To install and deploy [CloudStack](https://cloudstack.apache.org), just copy
and run the following as `root` user:
+
+```bash
+curl -sSfL https://get.cloudstack.cloud/install.sh | sudo bash
+```
### 🚀 The Easiest Way to Install Apache CloudStack on Ubuntu or EL-based
Distros