From 14c9ff7aeccf6d7e555cf881312f77d70a476cb0 Mon Sep 17 00:00:00 2001 From: Vu Luong Date: Fri, 10 Sep 2021 14:31:58 +1000 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2c950e8..9d9a2e9 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,17 @@ react native client for [ezyfox server](https://github.com/youngmonkeys/ezyfox-s # How to test? ### 1. Install module - +- using yarn: ``` -npm i ezyfox-server-react-native-client +git clone https://github.com/youngmonkeys/ezyfox-server-react-native-client.git && cd ezyfox-server-react-native-client/example && yarn +``` +- using npm: +``` +git clone https://github.com/youngmonkeys/ezyfox-server-react-native-client.git && cd ezyfox-server-react-native-client/example && npm i ``` - ### 2. Run iOS -- Build and Run on Xcode for iOS, don't for get run `pod install` +- Build and Run on Xcode for iOS, don't forget to run `pod install` ### 3. Run Android @@ -44,4 +47,4 @@ npm i ezyfox-server-react-native-client - Touch us on [Facebook](https://www.facebook.com/youngmonkeys.org) - Ask us on [stackask.com](https://stackask.com) -- Email to me [Dzung](mailto:itprono3@gmail.com) \ No newline at end of file +- Email to me [Dzung](mailto:itprono3@gmail.com)