Skip to content

Commit 50627c7

Browse files
authored
Update README.md
1 parent 378febd commit 50627c7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
## Install
2323

24-
> with Git
24+
> With Git
2525
2626
```sh
2727
git clone https://github.com/suchsoak/Shell_Script_Linux.git
@@ -73,10 +73,12 @@
7373
```
7474
**or**
7575

76-
With Makefile
76+
With `Makefile`
7777

7878
```sh
79+
7980
make
81+
8082
```
8183

8284
| Dockerfiles | Links |
@@ -95,6 +97,7 @@ make
9597
```sh
9698
elif [ "$(uname -o)" == "Android" ]; then
9799
```
100+
98101
### Kali Nethunter
99102

100103
```sh
@@ -125,6 +128,7 @@ elif [ "$(uname -o)" == "Android" ]; then
125128
```sh
126129
bash script.sh
127130
```
131+
128132
# Packages | Programming language | Hacking tools
129133

130134
```sh
@@ -175,4 +179,4 @@ elif [ "$(uname -o)" == "Android" ]; then
175179
| Hacking Tools | https://github.com/suchsoak/Shell_Script_Linux/releases/tag/V.1.0.1
176180

177181
# License & Copyright
178-
BSD 3-Clause "New" or "Revised" License
182+
`BSD 3-Clause "New" or "Revised" License`

0 commit comments

Comments
 (0)