Skip to content
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

Readme Modified #312

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@

<h2>Please visit my wiki link for full list of questions</h2>
<h3>https://github.com/mission-peace/interview/wiki</h3>
> <h2>Please visit my wiki link for full list of questions</h2>
[https://github.com/mission-peace/interview/wiki](Interview-Wiki)
___

<h2> Like my facebook page for latest updates on my youtube channel</h2>
<h3>https://www.facebook.com/tusharroy25</h3>
> <h2> Like my facebook page for latest updates on my youtube channel</h2>
[https://www.facebook.com/tusharroy25](Facebook-Page)
___

<h2> Contribution </h2>
> <h2> Contribution </h2>
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.

<h2> How to use this repository </h2>
___

<h3> Softwares to install </h3>
> <h2> How to use this repository </h2>

**<h3> Softwares to install </h3>**
* 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/

<h3> Set up your desktop </h3>
**<h3> Set up your desktop </h3>**
* 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
Expand Down