Skip to content

Commit

Permalink
Update lxc_autoscale_api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Aug 18, 2024
1 parent 25c3bb9 commit 1f52a4f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/lxc_autoscale_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,16 @@ The limit is your imagination :)

## Installation

The easiest way to install LXC AutoScale API on your Proxmox host is by using the following `curl` command:
The easiest way to install LXC AutoScale API on your Proxmox host is by using the main installer and select to install the **LXC AutoScale ML** package.

```
curl -sSL https://raw.githubusercontent.com/fabriziosalmi/proxmox-lxc-autoscale/main/api/install.sh | bash
curl -sSL https://raw.githubusercontent.com/fabriziosalmi/proxmox-lxc-autoscale/main/install.sh | bash
```

You can also install the LXC AutoScale API package only bu using this command:
```
curl -sSL https://raw.githubusercontent.com/fabriziosalmi/proxmox-lxc-autoscale/main/lxc_autoscale_ml/install_api.sh | bash
```
## Routes

Here are the routes available to interact with your Proxmox host:
Expand Down

0 comments on commit 1f52a4f

Please sign in to comment.