Skip to content

Commit 2fc14a0

Browse files
authored
Update README.md
1 parent 43edb62 commit 2fc14a0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## Welcome to the Java Application Training Plugin Example, using only ```github CLI``` gh tool, and ```gradle CLI``` :
44

5+
### Steps to install both ```gradle CLI``` & ```github CLI``` :
6+
7+
>gradle build tool
8+
9+
1-Type ```sdk install gradle 6.8.3``` if you are on ```UNIX``` based system
10+
<br>
11+
2-Type ``` gradle -v``` command to check the version
12+
<br>
13+
14+
>github CLI (gh tool)
15+
16+
1-Type ```snap install gh``` if you have snap-store
17+
2-Type ```gh -v``` to check it
18+
19+
520
### Steps to the workflow :
621

722
>#### Creating the Java App Using Gradle :

0 commit comments

Comments
 (0)