Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
// Rename subheadings in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gskema committed Jan 13, 2016
1 parent b33a0bd commit 51ec47c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ Font Awesome | 4.3.0 | 4.5.0
jquery.uniform.js | 2.1.2 | -
jquery.total-storage.js | 1.1.2 | 1.1.2

## Installing theme
## Installation

If you would like **to install** this theme, you should download the latest, prepackaged `vx.x.x-community-theme-16.zip`
theme archive from [Releases](https://github.com/PrestaShop/community-theme-16/releases) tab. It contains compiled
`.css` files, full folder structure, `index.php` file in every folder. Unnecessary files are removed. Prepackaged theme
archive can be uploaded and installed via PrestaShop back-office. Files from `dev` branch are not packaged,
you must build a theme archive from them yourself.

## Developing theme
## Development

In this repository, files **are not ready** to be zipped and installed as theme.
Instead, a **build** process is used, which automatically builds `.css` files,
Expand Down Expand Up @@ -155,7 +155,7 @@ gulp clean-up // Removes files which we don't want to include in the arch
gulp copy-index // Copies index.php to all directories and subdirectories inside theme folder
gulp format-js // Formats theme .js files using JavaScript style rules defined in .jscsrc using JSCS tool.
gulp format-js // Formats .js files using JavaScript style rules defined in .jscsrc using JSCS tool
gulp create-zip // Adds Config.xml and theme folder to .zip archive and outputs
// the file in root directory
Expand Down

0 comments on commit 51ec47c

Please sign in to comment.