Skip to content

Commit

Permalink
update installation instructions in readme
Browse files Browse the repository at this point in the history
updates the installation instructions in readme to use the script and the latest version.
  • Loading branch information
pottekkat authored Jul 24, 2024
1 parent 114fabb commit b133962
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@ The following converters are supported to convert API specifications to ADC conf

## Installation

You can download the appropriate binary from the [releases page](https://github.com/api7/adc/releases):
The easiest way to install ADC is through the install script:

```bash
wget https://github.com/api7/adc/releases/download/v0.10.0/adc_0.10.0_linux_amd64.tar.gz
tar -zxvf adc_0.10.0_linux_amd64.tar.gz
curl -sL "https://run.api7.ai/adc/install" | sh
```

Or, you can download the appropriate binary from the [releases page](https://github.com/api7/adc/releases):

```bash
wget https://github.com/api7/adc/releases/download/v0.12.0/adc_0.12.0_linux_amd64.tar.gz
tar -zxvf adc_0.12.0_linux_amd64.tar.gz
mv adc /usr/local/bin/adc
```

Expand Down

0 comments on commit b133962

Please sign in to comment.