From 87eaa39951155ff2fb5e1833cf5826b7c7b21e3c Mon Sep 17 00:00:00 2001
From: Ori <45724082+therealOri@users.noreply.github.com>
Date: Sun, 30 Oct 2022 13:04:16 -0600
Subject: [PATCH] Update README.md
---
linux/README.md | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/linux/README.md b/linux/README.md
index 6441389..17d4780 100644
--- a/linux/README.md
+++ b/linux/README.md
@@ -1,3 +1,18 @@
+# Notice
+They new Keygen function being used called Scrypt relys on system resources. It is recomended to have at least 8GB of ram/memory when making a key.
+
+I have not tested with like 4GB of ram/memory but a virtual machine with 2GB of ram will not work. If you have a system with 4GB or memmory/ram, please try it out and then get back to me in the [discussions](https://github.com/therealOri/PassGen/discussions/14) area.
+
+# Links/Info
+- [Scrypt](https://cryptography.io/en/latest/hazmat/primitives/key-derivation-functions/#scrypt)
+- [More info on what Scrypt does](https://stackoverflow.com/a/30308723/1170681)
+- [Scrypt paper](https://www.tarsnap.com/scrypt/scrypt.pdf)
+__ __
+
+
+
+
+
# How to run if double clicking doesn't work.
- Open terminal and type ./passgen
@@ -14,16 +29,3 @@
# If all of the above fails, make an issue/report.
- https://github.com/therealOri/PassGen/issues
-
-
-
-
-# Notice
-They new Keygen function being used called Scrypt relys on system resources. It is recomended to have at least 8GB of ram/memory when making a key.
-
-I have not tested with like 4GB of ram/memory but a virtual machine with 2GB of ram will not work. If you have a system with 4GB or memmory/ram, please try it out and then get back to me in the [discussions](https://github.com/therealOri/PassGen/discussions/14) area.
-
-# Links/Info
-- [Scrypt](https://cryptography.io/en/latest/hazmat/primitives/key-derivation-functions/#scrypt)
-- [More info on what Scrypt does](https://stackoverflow.com/a/30308723/1170681)
-- [Scrypt paper](https://www.tarsnap.com/scrypt/scrypt.pdf)