Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Feature/documentation #509

Merged
merged 2 commits into from
Oct 10, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,15 @@ All the SASS (.scss) files are compiled into one single css file. To make this h

## Quickstart

### 1. Clone the repository and install dependencies with npm
### 1. Clone the repository and install with npm
```bash
$ cd my-wordpress-folder/wp-content/themes/
$ git clone [email protected]:olefredrik/FoundationPress.git
$ mv FoundationPress your-theme-name
$ cd your-theme-name

$ git clone https://github.com/olefredrik/FoundationPress.git
$ cd FoundationPress
$ npm install
# bower install && grunt build will be called via npm scripts when you run npm install.
```

(Many project force their users to install [Bower](http://bower.io) and [Grunt](http://gruntjs.com/) globally. We don't like that and decided to use them via `npm scripts` which means, that Grunt and Bower are installed in your `node_modules` folder and we'll call them there.)

(Many project force their users to install [Bower](http://bower.io) and [Grunt](http://gruntjs.com/) globally. We don't like that and decided to use them via `npm scripts` which means, that Grunt and Bower are installed in your `node_modules` folder and we'll call them there. Bower install and grunt build will be called via npm scripts when you run npm install.)


### 2. While you're working on your project, run:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "foundationpress",
"title": "FoundationPress",
"version": "1.5.0",
"version": "1.5.1",
"description": "FoundationPress is a WordPress starter theme based on Foundation 5 by Zurb",
"keywords": [
"FoundationPress",
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Theme Name: FoundationPress
Theme URI: http://foundationpress.olefredrik.com
Github Theme URI: https://github.com/olefredrik/FoundationPress
Description: FoundationPress is a WordPress starter theme based on Foundation 5 by Zurb
Version: 1.5.0
Version: 1.5.1
Author: Ole Fredrik Lie
Author URI: http://olefredrik.com/

Expand Down