From 65c6530e2d5155df556e8eb9275dea8adb566209 Mon Sep 17 00:00:00 2001 From: razorblack Date: Sun, 1 Aug 2021 11:43:01 +0530 Subject: [PATCH] Readme Modified --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index aa6584c9..689ff05b 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,26 @@ -

Please visit my wiki link for full list of questions

-

https://github.com/mission-peace/interview/wiki

+>

Please visit my wiki link for full list of questions

+[https://github.com/mission-peace/interview/wiki](Interview-Wiki) +___ -

Like my facebook page for latest updates on my youtube channel

-

https://www.facebook.com/tusharroy25

+>

Like my facebook page for latest updates on my youtube channel

+[https://www.facebook.com/tusharroy25](Facebook-Page) +___ -

Contribution

+>

Contribution

Please contribute to this repository to help it make better. Any change like new question, code improvement, doc improvement etc. is very welcome. Just send me a pull request and I will review the request and approve it if it looks good. -

How to use this repository

+___ -

Softwares to install

+>

How to use this repository

+ +**

Softwares to install

** * Install JDK8 https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html * Install Git https://git-scm.com/book/en/v2/Getting-Started-Installing-Git * Install either Intellij https://www.jetbrains.com/idea/download/ * If you like eclipse instead of intellij install eclipse https://eclipse.org/downloads/ -

Set up your desktop

+**

Set up your desktop

** * Pull the git repository. Go to command line and type git clone https://github.com/mission-peace/interview.git * Go to root directory of checked out project. * Run ./gradlew idea to generate idea related classes