Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethormandy committed Nov 11, 2022
1 parent 67eef88 commit c023b57
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,24 @@ Upgrading the S3 plugin to the latest version (v3.x) will solve this issue and u

## Installation

The Craft 4 version of the plugin is currently in beta. To explicitly install v4.0.0-beta.1, run:

```sh
# Require the plugin with composer
composer require kennethormandy/craft-s3securedownloads:4.0.0-beta.1
```

To install the Craft 3 version:

```sh
# Require the plugin with composer
composer require kennethormandy/craft-s3securedownloads
```


Then, install the plugin:

```
# Install the plugin via the Control Panel, or by running:
./craft install/plugin s3securedownloads
```
Expand Down

0 comments on commit c023b57

Please sign in to comment.