-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Readme.md #118
base: c_in_refine
Are you sure you want to change the base?
Update Readme.md #118
Conversation
I've added some new Images and improved the information about kute app.
# Setting up the Project | ||
- Fork the repository by clicking on the Fork icon at the top right corner of the repository page. | ||
- Clone the repository on to your local machine by running the following commands on git: | ||
- git clone git clone `https://github.com/[YOUR-USERNAME]/kute.git` Refer Forking and Cloning in - |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an additional "git clone" phrase. Also, the ending is not good. Please have a look.
|
||
Installation | ||
------------- | ||
- Launch android studio (version 1.4 above) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be "(version 1.4 or above)"
Installation | ||
------------- | ||
- Launch android studio (version 1.4 above) | ||
- you will see a Welcome to Android window. Under Quick Start, select Import Project (Eclipse ADT, Gradle, etc.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be "You will see a Welcome to Android Studio window."
<string name="facebook_app_id">YOUR_FB_APP_ID</string> | ||
<string name="googlemapApi">YOUR_GOOGLE_MAPS_API_KEY</string> | ||
``` | ||
- Make sure you are connected to internet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*the internet
I've added some new Images and improved the information about kute app.