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/11/23 23:51:52 UTC

[cordova-mobile-spec] 06/16: start work on making READMEs readable

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

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

commit aa291ea7342bf6637a3f6c19669c3a47f4822c10
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Nov 23 22:47:31 2018 +0100

    start work on making READMEs readable
---
 README.md | 22 ++++------------------
 1 file changed, 4 insertions(+), 18 deletions(-)

diff --git a/README.md b/README.md
index 71acaed..3ad9448 100644
--- a/README.md
+++ b/README.md
@@ -20,27 +20,13 @@
 -->
 # Mobile Spec Suite
 
-This repository contains a special Cordova project that provides a set of automated & manual tests that test Cordova core functionality.
+This repository contains a special Cordova app that provides a set of automated & manual tests that test Cordova core functionality. See the [`README.md` in `/cordova-mobile-spec`](createmobilespec/README.md) for details on how to set it up.
 
-To set up the project, use `cordova-mobile-spec/createmobilespec/createmobilespec.js`. See the [README.md](createmobilespec/README.md) in that directory.
+## Usage
 
-## Requirements
+After setting this project up, you can ...
 
-Repositories required:
-
-- **cordova-cli**  
-  (Install pre-requisites by running `npm install` inside of cordova-cli).
-- **cordova-js**
-- All **plugins**.
-- **Platforms** to test  
-  (e.g., cordova-android, cordova-ios, cordova-blackberry,
-  cordova-wp8, or cordova-windows).
-- **cordova-mobile-spec**  
-  (Install pre-requisites by running `npm install` inside of
-  [createmobilespec](createmobilespec)).
-- All repositories must be checked out as peers to each other.
-
-## Running a Local File-Transfer Server
+### Running a Local File-Transfer Server
 
 If the `cordova-vm` file-transfer server at http://cordova-vm.apache.org:5000 (which is used for the `cordova-plugin-file-transfer` tests) is offline, you can also run the server locally:
 


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