pit
Owner: IIIlllIIIllI URL: git@github.com:nyangkosense/pit.git
Update readme.md
Commit b6b2d8ea1e9b413756d56b1f7da9678877d56436 by nyangkosense <102849993+nyangkosense@users.noreply.github.com> on 2024-12-03 12:35:21 +0100
diff --git a/readme.md b/readme.md
index 780bf70..4a53ada 100644
--- a/readme.md
+++ b/readme.md
@@ -59,28 +59,6 @@ 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
-# Create a new 100MB container and key
-pit dig container.pit 100
-pit key container.key
-
-# Open container with key (requires root)
-pit open container.pit container.key
-
-# Close container
-pit close container.pit
-
-# Emergency close all containers
-pit panic
-```
-
## Requirements
- libsodium
- libcryptsetup
@@ -104,6 +82,28 @@ sudo emerge libsodium cryptsetup sudo doas
### Alpine Linux
sudo apk add libsodium-dev cryptsetup-dev sudo doas
+## Installation
+```bash
+make
+sudo make install
+```
+## Usage
+
+```bash
+# Create a new 100MB container and key
+pit dig container.pit 100
+pit key container.key
+
+# Open container with key (requires root)
+pit open container.pit container.key
+
+# Close container
+pit close container.pit
+
+# Emergency close all containers
+pit panic
+```
+
## Security Considerations
1. your system should have: