diff --git a/Name.md b/Name.md
index 07b8d6c..7d9048d 100644
--- a/Name.md
+++ b/Name.md
@@ -6,6 +6,7 @@ Danish Jamal --> android
marunga bhut
Keenu Reves --> ML
Tom --> web
+Abhinav krishna singh -->cyber security
### 2nd PR
https://github.com/ravisaxena23/Hacktoberfest-pull-request
diff --git a/README.md b/README.md
index 92c42bb..673c732 100644
--- a/README.md
+++ b/README.md
@@ -5,24 +5,27 @@
`https://git-scm.com/downloads`
#### git dekstop
`https://desktop.github.com/`
-
+### command to insatll git for linux user (debian/ubuntu)
+ * `sudo apt update` (update the package)
+ * `sudo apt install git` (install git)
+ * `git --version` (verify)
### step 2
## install VS code
`https://code.visualstudio.com/`
## git bash basic commands
-To clone repo
-`git clone repo`
-To push
-`git push branch name`
-To pull
-`git pull`
-To add
-`git add .`
-To commit
-`git commit -m "message"`
-To create branch
-`git branch`
+To clone repo
+`git clone repo`
+To push
+`git push branch name`
+To pull
+`git pull`
+To add
+`git add .`
+To commit
+`git commit -m "message"`
+To create branch
+`git branch`
### hacktoberfest link
https://hacktoberfest.digitalocean.com/