Skip to content

Commit a154a99

Browse files
authored
Update readme
1 parent d1dabf9 commit a154a99

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,23 @@ A fast, simple and powerful open-source utility tool for generating, unique and
77
Can be used on terminals GNU/Linux and MaCOS
88

99

10+
---
11+
## How install and use?
12+
13+
First clone this repositoty
14+
15+
```
16+
git clone https://github.com/mateuscomh/shellPasswd.git && cd shellPasswd
17+
```
18+
Change permission to execute anytime
19+
```
20+
sudo chmod +x shellPasswd
21+
```
22+
and run on yout terminal with number caracter you wanted in a password
23+
```
24+
./passgen.sh 15
25+
# or
26+
./passgen.sh
27+
```
1028

1129
**Recommended set alias to be more fast :)**

0 commit comments

Comments
 (0)