You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by so...@apache.org on 2017/03/28 09:03:15 UTC

incubator-weex git commit: Update README.md

Repository: incubator-weex
Updated Branches:
  refs/heads/master 66e1b5a39 -> c91c12f3a


Update README.md

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/c91c12f3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/c91c12f3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/c91c12f3

Branch: refs/heads/master
Commit: c91c12f3a5bb4e3d927beef3701ba57581d0e5dd
Parents: 66e1b5a
Author: sospartan zheng <so...@apache.org>
Authored: Tue Mar 28 16:59:27 2017 +0800
Committer: GitHub <no...@github.com>
Committed: Tue Mar 28 16:59:27 2017 +0800

----------------------------------------------------------------------
 README.md | 50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/c91c12f3/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ba9ae6a..7127484 100644
--- a/README.md
+++ b/README.md
@@ -29,17 +29,17 @@ Please ***INSTALL [Git for Windows](https://git-scm.com/download/win)*** and run
 
 ### Android
 
-0. Prerequisites
-    0. Install [Node.js](http://nodejs.org/) 4.0+
-    0. Under project root
-        0. `npm install`, install project
-        0. `./start`
-    0. Install [Android Environment](http://developer.android.com/training/basics/firstapp/index.html)
-0. Run playground, In Android Studio
-    0. Open `android/playground`
-    0. In `app/java/com.alibaba.weex/IndexActivity`, modify `CURRENT_IP` to your local IP
-    0. Click <img src="http://gtms04.alicdn.com/tps/i4/TB1wCcqMpXXXXakXpXX3G7tGXXX-34-44.png" height="16" > (`Run` button)
-0. [Add an example](./examples/README.md#add-an-example)
+* Prerequisites
+  * Install [Node.js](http://nodejs.org/) 4.0+
+  * Under project root
+    * `npm install`, install project
+    * `./start`
+    * Install [Android Environment](http://developer.android.com/training/basics/firstapp/index.html)
+* Run playground, In Android Studio
+    * Open `android/playground`
+    * In `app/java/com.alibaba.weex/IndexActivity`, modify `CURRENT_IP` to your local IP
+    * Click <img src="http://gtms04.alicdn.com/tps/i4/TB1wCcqMpXXXXakXpXX3G7tGXXX-34-44.png" height="16" > (`Run` button)
+* [Add an example](./examples/README.md#add-an-example)
 
 #### Runtime
 
@@ -47,20 +47,20 @@ On Android Platform , Weex code is executed in [weex_v8core](https://github.com/
 
 ### iOS
 
-0. Prerequisites
-  0. Install [Node.js](http://nodejs.org/) 4.0+
-    0. Under project root
-        0. `npm install`, install project
-        0. `./start`
-    0. Install [iOS Environment](https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppStoreDistributionTutorial/Setup/Setup.html)
-    0. Install [CocoaPods](https://guides.cocoapods.org/using/getting-started.html)
-0. Run playground
-    0. `cd ios/playground`
-    0. `pod install`
-    0. Open `WeexDemo.xcworkspace` in Xcode
-    0. Click <img src="http://img1.tbcdn.cn/L1/461/1/5470b677a2f2eaaecf412cc55eeae062dbc275f9" height="16" > (`Run` button) or use default shortcut `cmd + r` in Xcode
-    0. If you want to run the demo on your device, don't need to modify `CURRENT_IP` manually. ~~In `DemoDefine.h`(you can search this file by Xcode default shortcut `cmd + shift + o`), modify `CURRENT_IP` to your local IP~~
-0. [Add an example](./examples/README.md#add-an-example)
+* Prerequisites
+  * Install [Node.js](http://nodejs.org/) 4.0+
+    * Under project root
+        * `npm install`, install project
+        * `./start`
+    * Install [iOS Environment](https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppStoreDistributionTutorial/Setup/Setup.html)
+    * Install [CocoaPods](https://guides.cocoapods.org/using/getting-started.html)
+* Run playground
+    * `cd ios/playground`
+    * `pod install`
+    * Open `WeexDemo.xcworkspace` in Xcode
+    * Click <img src="http://img1.tbcdn.cn/L1/461/1/5470b677a2f2eaaecf412cc55eeae062dbc275f9" height="16" > (`Run` button) or use default shortcut `cmd + r` in Xcode
+    * If you want to run the demo on your device, don't need to modify `CURRENT_IP` manually. ~~In `DemoDefine.h`(you can search this file by Xcode default shortcut `cmd + shift + o`), modify `CURRENT_IP` to your local IP~~
+* [Add an example](./examples/README.md#add-an-example)
 
 ## Scripts