diff --git a/README.md b/README.md
index 94e3bb4e6b02e9b7001de167078253ef751524ef..1116cbd266c4580eafe805fccb95a19fe108193f 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ From the [Arch Linux wiki page](https://wiki.archlinux.org/title/SSH_keys#Genera
 ```sh
 -C "$(whoami)@$(uname -n)-$(date -I)"
 ```
-> will add a comment saying which user created the key on which machine and when (like `user@machine-2023-08-14`) 
+> will add a comment saying which user created the key on which machine and when (like `user@machine-2023-08-14`)
 
 ## Adding key to the repo
 Simply copy your key from `~/.ssh/` to the repo's `SSH` folder.  
@@ -47,20 +47,3 @@ Then export it
 gpg --export --armor --output '<your.email@tetras-libre.fr_pub.asc' <key id>
 ```
 Finally copy the `.asc` key file to the GPG folder (if it's not already there)
-
-
-# Pass
-## Check manually if key is valid for pass
-
-- Clone [pass](https://gitlab.tetras-libre.fr/tetras-libre-admin/pass) repository
-- `gpg -d /path/to/key/in/pass/key.gpg.`
-
-If the result is "No secret key", check in the pass repository if everything is ok :
-- Last version of the repo (in case of force push)
-- Use QTPass or cli to add concerned key
-
-## Add new key to pass
-
-- Pull the repo
-- Add the new public GPG in your gpg
-- Check if Pass(QTPass) is set to encrypt passwords with the new key in addition of the existing