Skip to content

Commit

Permalink
Updated developer guide to include links for getting started with git (
Browse files Browse the repository at this point in the history
…#1409)

Signed-off-by: Divit Rawal <divit.rawal@gmail.com>
  • Loading branch information
divitr authored Oct 4, 2023
1 parent 374b835 commit 990cfee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ If you already have these installed or have your own preferences for installing

If you don't already have it installed (check with `git --version`) we recommend following [the `git` installation guide for your OS](https://git-scm.com/downloads).

Resources to get started with git:
- [Learn git branching](https://learngitbranching.js.org/)
- [Contributing your first PR](https://gist.github.com/ashwin-pc/84ee8bd937caecd6a193e2a6a4c4fe34)

#### Install `Java`

You can install any version of Java starting from 17. [`Jenv`](https://www.jenv.be/) is a good option to use so that you can have multiple versions of Java.
Expand Down

0 comments on commit 990cfee

Please sign in to comment.