mirror of
https://github.com/moparisthebest/ComicReader
synced 2024-11-15 13:45:07 -05:00
Submitted changes made to README
This commit is contained in:
parent
81bf3d6fe1
commit
fdbf15fef6
23
README.md
23
README.md
@ -1,4 +1,21 @@
|
||||
ComicReader
|
||||
===========
|
||||
ComicReader:
|
||||
Android application for reading comic strips over internet.
|
||||
|
||||
Android application for reading comic strips over internet
|
||||
Common git commands that you may find helpful:
|
||||
1. Cloning -- git clone git@github.com:applications4android/ComicReader
|
||||
2. Adding a new file -- git add <filename>
|
||||
3. Staging the changes -- git commit -m "<message>"
|
||||
4. Submitting the changes -- git push git@github.com:applications4android/ComicReader master
|
||||
|
||||
Folder organization:
|
||||
When you clone the repo you will see a folder named 'ComicReader' created.
|
||||
Given below is the organization of this folder:
|
||||
1. ComicReader --- Main source folder which contains the project-specific files
|
||||
2. ComicReaderTest --- Android JUnit test-cases for this project
|
||||
3. docs --- Contains some documentation for this project (actively updated!)
|
||||
|
||||
Project namespace:
|
||||
com.blogspot.applications4android.comicreader
|
||||
|
||||
Contact:
|
||||
applications4android@gmail.com
|
||||
|
Loading…
Reference in New Issue
Block a user