From f7affb29cf0584902f81fa29a049b99cbafdc062 Mon Sep 17 00:00:00 2001 From: olefredrik Date: Sat, 10 Oct 2015 18:49:26 +0200 Subject: [PATCH 1/2] Simplify quickstart --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e35b73f41..16f2cd304 100755 --- a/README.md +++ b/README.md @@ -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 git@github.com: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: From 7eb0304f21a849d5f6ad7c9f77ddc98be32453c6 Mon Sep 17 00:00:00 2001 From: olefredrik Date: Sat, 10 Oct 2015 18:50:04 +0200 Subject: [PATCH 2/2] Update version number --- package.json | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cdea201a9..fb8312ea7 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/style.css b/style.css index 3119250dd..0d222618c 100755 --- a/style.css +++ b/style.css @@ -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/