Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F383E18BC0 for ; Fri, 12 Feb 2016 01:57:24 +0000 (UTC) Received: (qmail 84828 invoked by uid 500); 12 Feb 2016 01:57:24 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 84800 invoked by uid 500); 12 Feb 2016 01:57:24 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 84791 invoked by uid 99); 12 Feb 2016 01:57:24 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2016 01:57:24 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C08F5E0534; Fri, 12 Feb 2016 01:57:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tripod@apache.org To: commits@cordova.apache.org Message-Id: <769a7ca209544c27b7228d46e04c1de9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: mac commit: Update Readme Date: Fri, 12 Feb 2016 01:57:24 +0000 (UTC) Repository: cordova-osx Updated Branches: refs/heads/master bd9746af3 -> 22cba9ef2 Update Readme Project: http://git-wip-us.apache.org/repos/asf/cordova-osx/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-osx/commit/22cba9ef Tree: http://git-wip-us.apache.org/repos/asf/cordova-osx/tree/22cba9ef Diff: http://git-wip-us.apache.org/repos/asf/cordova-osx/diff/22cba9ef Branch: refs/heads/master Commit: 22cba9ef29ca5b7c080b11f23255f849d221eb7e Parents: bd9746a Author: Tobias Bocanegra Authored: Thu Feb 11 17:57:17 2016 -0800 Committer: Tobias Bocanegra Committed: Thu Feb 11 17:57:17 2016 -0800 ---------------------------------------------------------------------- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/22cba9ef/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index cdfe96b..6c23b0f 100644 --- a/README.md +++ b/README.md @@ -36,19 +36,18 @@ Create your project ------------------------------------------------------------- 1. (Optionally) Follow the instructions in the [**Command-Line Usage**](http://cordova.apache.org/docs/en/latest/guide/cli/index.html) section of the [Cordova Docs](http://cordova.apache.org/docs/en/latest/guide/cli/index.html) to create a new project. For example - ```` - $ cordova create hello com.example.hello HelloWorld - ```` + + ```` + $ cordova create hello com.example.hello HelloWorld + ```` 2. add the osx platform: ```` - $ cordova platform add https://github.com/apache/cordova-osx.git + $ cordova platform add osx $ cordova run osx ```` - > **Note**: Since OSX is not officailly released and deployed to npm yet, you need to use the git url when adding the platform. - 3. You can also open the project in XCode: ```` @@ -58,10 +57,10 @@ Create your project ### Add plugins -1. if you need the file-plugin add the master branch version, eg: +1. for example, if you need the file-plugin do: ```` - $ cordova plugin add https://github.com/apache/cordova-plugin-file.git + $ cordova plugin add cordova-plugin-file ```` @@ -83,10 +82,10 @@ Create a Cordova OSX Standalone project ### Add plugins -1. if you need the file-plugin add the master branch version, eg: +1. for example, if you need the file-plugin do: ```` - $ cordova plugin add https://github.com/apache/cordova-plugin-file.git + $ cordova plugin add cordova-plugin-file ```` --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org