Skip to content

Commit

Permalink
docs: Add whitespace in README.md.
Browse files Browse the repository at this point in the history
Add more whitespace to make README.md more readable.
  • Loading branch information
trueskawka committed Feb 13, 2017
1 parent 6eedfd6 commit 6f1f461
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
[![Build Status](https://travis-ci.org/zulip/zulip-mobile.svg?branch=master)](https://travis-ci.org/zulip/zulip-mobile)


Zulip Mobile is a new, cross-platform mobile Zulip client written in Javascript with React Native.
Zulip Mobile is a new, cross-platform mobile Zulip client written in
JavaScript with React Native.

We target iOS initially, with Android version following shortly.

Expand All @@ -16,17 +17,26 @@ We target iOS initially, with Android version following shortly.

## Running

Run iOS:
Run on iOS:

`npm run ios-min` - runs in an iOS simulator in the minimal supported device (currently iPhone 5)
`npm run ios-max` - runs in an iOS simulator in the newest/most premium supported device (currently iPhone 7 Plus)
`npm run ios-device` - runs on a physical iOS device, you need to edit the device name in package.json
* `npm run ios-min` - runs in an iOS simulator in the minimal supported device
(currently iPhone 5)

`react-native run-android` - runs in an Android emulator, emulator has to be run manually before this command
* `npm run ios-max` - runs in an iOS simulator in the newest/most premium
supported device (currently iPhone 7 Plus)

* `npm run ios-device` - runs on a physical iOS device, you need to edit the
device name in package.json

Run on Android:

* `react-native run-android` - runs in an Android emulator, emulator has to be
run manually before this command

## Contributing

Please see the [developer guide](https://github.com/zulip/zulip-mobile/tree/master/docs/developer-guide.md).
Please see the
[developer guide](https://github.com/zulip/zulip-mobile/tree/master/docs/developer-guide.md).

* **Pull requests**. Before a pull request can be merged, you need to
sign the [Dropbox Contributor License Agreement][cla]. Also,
Expand Down

0 comments on commit 6f1f461

Please sign in to comment.