Skip to content

Commit 361654a

Browse files
authored
README.md
1 parent 8caef54 commit 361654a

1 file changed

Lines changed: 17 additions & 29 deletions

File tree

README.md

Lines changed: 17 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Ubuntu | Debian | Arch | Kali Linux | Parrot OS | Linux Mint | Fedora
1717
git clone https://github.com/suchsoak/Shell_Scirpt_Linux.git
1818
```
1919

20+
```sh
21+
chmod +X script.sh or chmod 777 script.sh
22+
```
2023
## Docker
2124

2225
```sh
@@ -27,38 +30,11 @@ Ubuntu | Debian | Arch | Kali Linux | Parrot OS | Linux Mint | Fedora
2730
git clone https://github.com/suchsoak/Shell_Scirpt_Linux.git
2831
```
2932

30-
## How use
31-
32-
```sh
33-
chmod +X script.sh
34-
```
35-
36-
```sh
37-
bash ./script.sh
38-
```
39-
40-
Or
33+
## How to use
4134

4235
```sh
43-
chmod 777 script.sh
36+
bash ./script.sh or ./script.sh
4437
```
45-
46-
```sh
47-
./script.sh
48-
```
49-
50-
| Downloads | Links |
51-
| ------ | ------ |
52-
| VISUAL CODE STUDIO | https://code.visualstudio.com/
53-
| BRAVE BROWSER | https://brave.com/pt-br/download/
54-
| Python | https://www.python.org/
55-
| Ruby | https://www.ruby-lang.org/en/
56-
| Lua | https://www.lua.org/download.html
57-
| nodejs | https://nodejs.org/en
58-
| Mysql | https://www.mysql.com/
59-
| Docker | https://www.docker.com/
60-
| RPM | https://docs.fedoraproject.org/en-US/fedora/latest/system-administrators-guide/RPM/
61-
6238
# Packages | Programming language
6339

6440
```sh
@@ -79,3 +55,15 @@ Or
7955
Visual Code studio
8056
Brave Browser
8157
```
58+
59+
| Downloads | Links |
60+
| ------ | ------ |
61+
| VISUAL CODE STUDIO | https://code.visualstudio.com/
62+
| BRAVE BROWSER | https://brave.com/pt-br/download/
63+
| Python | https://www.python.org/
64+
| Ruby | https://www.ruby-lang.org/en/
65+
| Lua | https://www.lua.org/download.html
66+
| nodejs | https://nodejs.org/en
67+
| Mysql | https://www.mysql.com/
68+
| Docker | https://www.docker.com/
69+
| RPM | https://docs.fedoraproject.org/en-US/fedora/latest/system-administrators-guide/RPM/

0 commit comments

Comments
 (0)