Skip to content

Commit

Permalink
alternative windows installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmendible committed Feb 21, 2024
1 parent d82d313 commit d049ebc
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,16 +90,25 @@ wget https://github.com/Azure/azqr/releases/download/$latest_azqr/azqr-ubuntu-la
chmod +x azqr
```

### Install on Mac

Download the latest release from [here](https://github.com/Azure/azqr/releases).

### Install on Windows

Use `winget`:

```console
winget install azqr
```

or download the executable file:

```
$latest_azqr=$(iwr https://api.github.com/repos/Azure/azqr/releases/latest).content | convertfrom-json | Select-Object -ExpandProperty tag_name
iwr https://github.com/Azure/azqr/releases/download/$latest_azqr/azqr-windows-latest-amd64.exe -OutFile azqr.exe
```

### Install on Mac

Download the latest release from [here](https://github.com/Azure/azqr/releases).

### Authentication

**Azure Quick Review (azqr)** supports the following authentication methods:
Expand Down
10 changes: 10 additions & 0 deletions docs/content/en/docs/Install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,20 @@ chmod +x azqr

## Install on Windows

Use `winget`:

```console
winget install azqr
```

or download the executable file:

```
$latest_azqr=$(iwr https://api.github.com/repos/Azure/azqr/releases/latest).content | convertfrom-json | Select-Object -ExpandProperty tag_name
iwr https://github.com/Azure/azqr/releases/download/$latest_azqr/azqr-windows-latest-amd64.exe -OutFile azqr.exe
```


## Install on Mac

Download the latest release from [here](https://github.com/Azure/azqr/releases).

0 comments on commit d049ebc

Please sign in to comment.