Skip to content

Commit 1ab3fd1

Browse files
authored
Update README.md
1 parent d564bc9 commit 1ab3fd1

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@
1313

1414
>github CLI (gh tool)
1515
16-
1-Type ```snap install gh``` if you have snap-store
16+
1-install git cores first :
17+
* >```sudo apt-get update```
18+
* >```sudo apt-get install git-all```
19+
* >```git version```
1720
<br>
18-
2-Type ```gh --version``` to check it
21+
2-then install gitCLI, using ```snap install gh``` if you have snap-store
22+
<br>
23+
3-Type ```gh --version``` to check it
1924
<br>
2025

2126
>eg :
@@ -41,6 +46,13 @@ OS: Linux 5.5.0-1parrot1-amd64 amd64
4146
```
4247
<br>
4348

49+
```bash
50+
┌─[twisted@parrot]─[~/GradleProjects/applicationExample]
51+
└──╼ $git version
52+
git version 2.26.2
53+
```
54+
<br>
55+
4456
```bash
4557

4658
┌─[twisted@parrot]─[~/GradleProjects/training1/lib/build/libs]
@@ -146,3 +158,8 @@ To https://github.com/Scrappers-glitch/CLiJavaApplicationExample.git
146158
┌─[twisted@parrot]─[~/GradleProjects/applicationExample]
147159
└──╼ $
148160
```
161+
162+
$ Ref :
163+
164+
https://gradle.org/install/
165+

0 commit comments

Comments
 (0)