pit
Owner: IIIlllIIIllI URL: git@github.com:nyangkosense/pit.git
Update readme.md
Commit 1854c281f82d723b4e5ac1148dfe9e300e8c94b4 by nyangkosense <102849993+nyangkosense@users.noreply.github.com> on 2024-12-03 12:34:25 +0100
diff --git a/readme.md b/readme.md
index 8cedd40..780bf70 100644
--- a/readme.md
+++ b/readme.md
@@ -59,6 +59,11 @@ Think of it as a minimal, no-nonsense approach to file encryption. It won't prot
- No key backup mechanism
- No filesystem integrity verification
+## Installation
+```bash
+make
+sudo make install
+```
## Usage
```bash
@@ -123,11 +128,5 @@ sudo apk add libsodium-dev cryptsetup-dev sudo doas
- No steganography or advanced features
- Focus on core container operations
-## Installation
-```bash
-make
-sudo make install
-```
-
## License
-MIT
\ No newline at end of file
+MIT