Skip to content

Commit

Permalink
Composer install notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwilsoncc committed Mar 3, 2024
1 parent 6a534dd commit 7929789
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ wp-content/fonts directory to wp-content/uploads/wp-fonts instead.
This is to ensure that sites using S3 buckets, file partitions and immutable file systems can make use of the new
Font Library feature without the need to refactor their server or duplicate their offloading capacity.

## Installation

This plugin is currently only available via composer or on GitHub.

```
composer require peterwilsoncc/wp-fonts-to-uploads
```

The package identifies itself as a wordpress-plugin so will follow your composer projects settings for installing to the WordPress plugins folder.

0 comments on commit 7929789

Please sign in to comment.