Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 5e898d3

Browse files
Merge pull request #767 from Murthy79/readme-update
Updated Readme file
2 parents 7824ae7 + 624727b commit 5e898d3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,19 @@ Any contributions, large or small, major features, bug fixes, unit/integration t
7979

8080
Translations should be done via [crowdin.net](http://crowdin.net/project/andlytics).
8181

82+
## Examples
83+
git clone https://github.com/<git_account>/andlytics.git
84+
85+
cd <directory>
86+
87+
git remote add upstream https://github.com/AndlyticsProject/andlytics
88+
89+
git checkout master
90+
git pull upstream master && git push origin master
91+
git checkout -b readme-update
92+
93+
Create a Pull Request to submit your changes
94+
8295
### Building your own version
8396

8497
Add the package name and your signing certificate hash to Google APIs console. See attached image:

0 commit comments

Comments
 (0)