Skip to content

Commit 8c1950e

Browse files
authored
Update README with installation instructions
Added installation instructions for Windows and Linux.
1 parent 587e305 commit 8c1950e

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# Password-Generator
2-
A simple password generator project in C++
2+
Just a random password generator tool.
3+
4+
## Installation on Windows 10/11
5+
Go to [Releases](https://github.com/NotMathew/Password-Generator/releases) and download the lastest version.
6+
7+
## Installation on Linux
8+
9+
```
10+
git clone https://github.com/NotMathew/Password-Generator.git
11+
cd Password-Generator
12+
wine password-generator.exe
13+
```

0 commit comments

Comments
 (0)