Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Aug 14, 2024
1 parent 952be0a commit 8bb45c2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LXC AutoScale is a resource management daemon designed to **automatically adjust

## Installation

The easiest way to install LXC AutoScale is by using the following `curl` command:
The easiest way to install (and update) LXC AutoScale is by using the following `curl` command:

```bash
curl -sSL https://raw.githubusercontent.com/fabriziosalmi/proxmox-lxc-autoscale/main/install.sh | bash
Expand All @@ -31,8 +31,9 @@ This script will:
1. Download the latest version of the LXC AutoScale Python script.
2. Download and install the systemd service file.
3. Set up the necessary directories and configuration files.
4. Back up any existing configuration files before updating them.
5. Enable and start the LXC AutoScale systemd service.
4. Ask the user if he want to keep existing conf if present.
5. Back up any existing configuration files before updating them.
6. Enable and start the LXC AutoScale systemd service.

## Configuration

Expand Down

0 comments on commit 8bb45c2

Please sign in to comment.