Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaizoku authored Oct 9, 2024
1 parent 878b79d commit 4e63db5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@
Download the latest stable version from the [`alteryx-deploy`](https://github.com/Akaizoku/alteryx-deploy) GitHub repository.

```powershell
curl --remote-name --remote-header-name "https://github.com/Akaizoku/alteryx-deploy/releases/download/1.1.2/alteryx-deploy.1.1.2.zip"
curl --remote-name --remote-header-name "https://github.com/Akaizoku/alteryx-deploy/releases/download/2.0.0/alteryx-deploy-v2.0.0.zip"
```

Alternatively, if you do not wish to install the PowerShell modules required as dependencies, you can download the portable version.

```powershell
curl --remote-name --remote-header-name "https://github.com/Akaizoku/alteryx-deploy/releases/download/1.1.2/alteryx-deploy.1.1.2.portable.zip"
curl --remote-name --remote-header-name "https://github.com/Akaizoku/alteryx-deploy/releases/download/2.0.0/alteryx-deploy-v2.0.0-portable.zip"
```

### Configuration
Expand Down Expand Up @@ -518,7 +518,7 @@ Below are the steps to ping the Alteryx application.

### Open

Open the user interface of the Alteryx applciation.
Open the user interface of the Alteryx application.

Below are the steps to open the Alteryx application.

Expand Down Expand Up @@ -562,7 +562,7 @@ Below is an example of a successful installation log:
This module depends on the usage of functions provided by two PowerShell modules:

1. PowerShell Tool Kit ([PSTK]) module (version 1.2.6);
2. Alteryx PowerShell ([PSAYX]) module (version 1.1.0).
2. Alteryx PowerShell ([PSAYX]) module (version 1.1.1).

## Compatibility

Expand Down

0 comments on commit 4e63db5

Please sign in to comment.