Edited Readme File

This commit is contained in:
Aslan2142 2020-02-26 21:24:56 +01:00
parent 664a19b035
commit 89b6ba3d66

View file

@ -1,5 +1,5 @@
# AsloEngine
A Simple Password Manager with AES-256 Encryption
A Simple Password Manager with AES-256 Encryption<br />
Version 1.0.0
@ -7,16 +7,20 @@ Version 1.0.0
## How To Compile
### Debian Linux:
Run **makedebpkg.sh** script with parameter (arm64/amd64)
This will make .deb package
Run **makedebpkg.sh** script with parameter (arm64/amd64)<br />
This will make .deb package<br />
Install with **sudo dpkg -i passman_architecture.deb**<br />
Example: **makedebpkg.sh amd64**
Compilation Example: **makedebpkg.sh amd64**<br />
Installation Example: **sudo dpkg -i passman_amd64.deb**<br />
### Arch Linux:
Run **makearchpkg.sh** script with parameter (arm64/amd64)
This will make .tar.xz package
Run **makearchpkg.sh** script with parameter (arm64/amd64)<br />
This will make .tar.xz package<br />
Install with **sudo pacman -U passman_architecture.tar.xz**<br />
Example: **makearchpkg.sh amd64**
Compilation Example: **makearchpkg.sh amd64**<br />
Installation Example: **sudo pacman -U passman_amd64.tar.xz**<br />
### Windows:
Use QT Creator