Update README.md
This commit is contained in:
28
README.md
28
README.md
@@ -13,6 +13,7 @@ Ubuntu:
|
|||||||
- lunar (23.04)
|
- lunar (23.04)
|
||||||
- mantic (23.10)
|
- mantic (23.10)
|
||||||
### Usage
|
### Usage
|
||||||
|
#### Ubuntu/Debian
|
||||||
```bash
|
```bash
|
||||||
# Ensure prerequisites are installed
|
# Ensure prerequisites are installed
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
@@ -31,3 +32,30 @@ echo "deb https://pkg.cloudyne.io/debian ${VERSION_CODENAME} main" | sudo tee /e
|
|||||||
# Check that the repository works
|
# Check that the repository works
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Alpine
|
||||||
|
```bash
|
||||||
|
# get and save the key
|
||||||
|
cd /etc/apk/keys && curl -JO https://git.cloudyne.io/api/packages/linux/alpine/key
|
||||||
|
|
||||||
|
# Add the following line to /etc/apk/repositories
|
||||||
|
echo 'https://git.cloudyne.io/api/packages/linux/alpine/all/repository' >> /etc/apk/repositories
|
||||||
|
|
||||||
|
# Update
|
||||||
|
apk update
|
||||||
|
```
|
||||||
|
|
||||||
|
### RPM
|
||||||
|
```bash
|
||||||
|
# on RedHat based distributions
|
||||||
|
dnf config-manager --add-repo https://git.cloudyne.io/api/packages/linux/rpm.repo
|
||||||
|
|
||||||
|
# on SUSE based distributions
|
||||||
|
zypper addrepo https://git.cloudyne.io/api/packages/linux/rpm.repo
|
||||||
|
|
||||||
|
# Install
|
||||||
|
dnf install vvv
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
### RPM
|
||||||
Reference in New Issue
Block a user