You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/02/23 16:10:37 UTC

[cordova-windows] branch master updated: Update requirements, issues and Platform Guide link

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-windows.git


The following commit(s) were added to refs/heads/master by this push:
     new 8cc627b  Update requirements, issues and Platform Guide link
8cc627b is described below

commit 8cc627b8f5fb4a0959c4ef7a5994a4f358215fd6
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Feb 23 17:10:35 2018 +0100

    Update requirements, issues and Platform Guide link
---
 README.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 89b8d9a..e16ce9d 100644
--- a/README.md
+++ b/README.md
@@ -32,11 +32,12 @@ This repo contains the code for an [Apache Cordova](http://cordova.apache.org) p
 [Apache Cordova](http://cordova.apache.org) is a project of [The Apache Software Foundation (ASF)](http://apache.org)
 
 # Requirements
+
 ### Windows 10, Windows 8.1, Windows Phone 8.1
 
 Host OS: Windows 8.1 or Windows 10
 
-Install the tools: [Visual Studio 2015](http://www.visualstudio.com/downloads)
+Install the tools: [Visual Studio 2015](http://www.visualstudio.com/downloads) or newer
 
 ### Windows 8.1,Windows Phone 8.1
 
@@ -45,6 +46,7 @@ Host OS: Windows 8.1
 Install the tools: [Visual Studio 2013 Express](http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-8).
 
 # Getting started
+
 The best way to use this is to install the [Cordova CLI](https://www.npmjs.com/package/cordova), create a project, add the windows platform, and run the app:
 
 	npm install -g cordova
@@ -53,6 +55,7 @@ The best way to use this is to install the [Cordova CLI](https://www.npmjs.com/p
 	cordova run windows
 
 # Getting logs from Windows Store applications
+
 You can get your JavaScript logs as well as Windows logs related to your Windows Store application by running the following command from your app directory:
 
 	platforms\windows\cordova\log
@@ -66,8 +69,10 @@ In most cases, this command requires administrator privileges. However, if you w
 Please note that the log command is supported only for Windows Store applications and cannot get logs from Windows Phone application.
 
 # Report Issues
-Report them at the [Apache Cordova Issue Tracker](https://issues.apache.org/jira/browse/CB). Create a user account, use `windows` as the component.
+
+Report them [right here at GitHub using the "Issues" tab](https://github.com/apache/cordova-windows/issues).
 
 # Further Reading
-- [Windows Platform Guide](http://cordova.apache.org/docs/en/edge/guide_platforms_win8_index.md.html#Windows%208%20Platform%20Guide)
+
+- [Windows Platform Guide](http://cordova.apache.org/docs/en/latest/guide/platforms/win8/index.html)
 - [Apache Cordova Documentation](http://docs.cordova.io)

-- 
To stop receiving notification emails like this one, please contact
janpio@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org