Skip to content

Commit 2a07165

Browse files
authored
Update README.md
1 parent 4ccad0a commit 2a07165

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,21 @@ Students are expected to setup the following.
1313

1414
## Steps to follow when working.
1515
- After cloning the repository, Creat a new directory and give it your `Name` For example: `CollinsJava`
16-
- Creat a new branch with you name, follow this steps
17-
* Open a new terminal windows
16+
- Creat a new branch with you name, follow this steps.
17+
* Open a new terminal windows.
1818
* Move to your working directory, that is `cd yourDirectoryName/JavaLearningCode`
1919
* Creat a new branch with `git checkout -b YourBranchName`
2020
* On pushing your work make sure you push but the branch for example `git push YourBranchName`
2121
* Once you have push, come to us and we shall create in branch in your name where you shall be creating all your PR to.
2222
* Go online and create PR to the branch with your name so that your work will be reviewed and merged.
2323
* Thanks
24+
25+
## How to go through your work
26+
- There are level of difficulties to go through and each person should solve atmost 8 and atleast 6 of each difficulty before going to the next level of difficulty. The levels are:
27+
* Difficulty01
28+
* Difficulty02
29+
* Difficulty03
30+
* Difficulty04
31+
* Difficulty05
32+
- It should be advisable that each level of difficulty issues should be in a different folder.
33+
- Going though all this will help you being suited to android development using the java language.

0 commit comments

Comments
 (0)