Skip to content

Commit

Permalink
Merge pull request mohamed-taman#82 from mohamed-taman/master
Browse files Browse the repository at this point in the history
Updating README.md file
  • Loading branch information
mohamed-taman authored Sep 11, 2020
2 parents dcb5d35 + 9d3b42e commit f45228f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,17 @@ Now, as we have learned about different system components, then let's start.

The following are the initially required software pieces:

1. **Git**: it can be downloaded and installed from https://git-scm.com/downloads.
1. **Maven**: Apache Maven is a software project management and comprehension tool, it can be downloaded from here https://maven.apache.org/download.cgi

2. **Java 15 EA**: it can be downloaded and installed from https://jdk.java.net/15/.
1. **Git**: it can be downloaded and installed from https://git-scm.com/downloads

3. **curl**: this command-line tool for testing HTTP-based APIs can be downloaded and installed from https://curl.haxx.se/download.html.
1. **Java 15 EA**: it can be downloaded and installed from https://jdk.java.net/15/

4. **jq**: This command-line JSON processor can be downloaded and installed from https://stedolan.github.io/jq/download/.
1. **curl**: this command-line tool for testing HTTP-based APIs can be downloaded and installed from https://curl.haxx.se/download.html

5. Spring Boot Initializer: This *Initializer* generates *spring* boot project with just what you need to start quickly! Start from here https://start.spring.io/.
1. **jq**: This command-line JSON processor can be downloaded and installed from https://stedolan.github.io/jq/download/

1. Spring Boot Initializer: This *Initializer* generates *spring* boot project with just what you need to start quickly! Start from here https://start.spring.io/

6. **Docker Desktop**: The fastest way to containerize applications on your desktop, and you can download it from here [https://www.docker.com/products/docker-desktop](https://www.docker.com/products/docker-desktop)

Expand Down

0 comments on commit f45228f

Please sign in to comment.