Browse Source

Update installation instructions.

pull/25/head 1.0.0-alpha1
Ned Zimmerman 7 years ago
parent
commit
e187700b4f
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 9
      README.md

9
README.md

@ -20,18 +20,13 @@ Make sure all dependencies have been installed before moving on:
* [PHP](http://php.net/manual/en/install.php) >= 7.0 * [PHP](http://php.net/manual/en/install.php) >= 7.0
* [Composer](https://getcomposer.org/download/) * [Composer](https://getcomposer.org/download/)
* [WordPress](https://wordpress.org/) >= 4.8.1 * [WordPress](https://wordpress.org/) >= 4.8.1
* [Pressbooks](https://github.com/pressbooks/pressbooks) >= 4.0 * [Pressbooks](https://github.com/pressbooks/pressbooks) >= 4.3
* [Node.js](http://nodejs.org/) >= 6.9.x * [Node.js](http://nodejs.org/) >= 6.9.x
* [Yarn](https://yarnpkg.com/en/docs/install) * [Yarn](https://yarnpkg.com/en/docs/install)
## Theme installation ## Theme installation
Install Aldine using Composer from your Pressbooks themes directory: Download the [latest zipped release](https://github.com/pressbooks/pressbooks-aldine/releases/latest) to your Pressbooks themes directory (`wp-content/themes` or `app/themes`) and unzip the theme folder.
```shell
# @ app/themes/ or wp-content/themes/
$ composer require pressbooks/pressbooks-aldine
```
## Theme structure ## Theme structure

Loading…
Cancel
Save