Commit 575299fe authored by Matthew Fedak's avatar Matthew Fedak
Browse files

Missing installation step added to Readme file.

After adding the plugin files to your wordpress install you must activate the plugin before you can use the s3-uploads command line tools. Added an extra step to Readme file wit the WP-CLI activation command.
parent 3c23f4af
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -39,6 +39,12 @@ define( 'S3_UPLOADS_KEY', '' );
define( 'S3_UPLOADS_SECRET', '' );
```

You must then enable the plugin. To do this via WP-CLI use command:

```
wp plugin activate S3-Uploads
```

The next thing that you should do is to verify your setup. You can do this using the `verify` command
like so: