Update README.md

This commit is contained in:
2025-08-25 11:33:11 +00:00
parent dafa974f29
commit 0ef66aad89

View File

@ -1 +1,15 @@
# MetaOps Release
# MetaOps Release
## Installation Guide on Ubuntu
```sh
curl -L https://git.metadiv.io/metadiv-studio-public/metaops/releases/download/v0.1.0/metaops-linux-amd64 -o metaops
```
```sh
chmod +x metaops
```
```sh
sudo mv metaops /usr/local/bin/
```