diff --git a/README.md b/README.md index ca3495f..5d36723 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ export PATH=$PATH:"/target/release" 1. Create empty repository for storing your passwords on gitlab or somewhere you prefer 2. Clone to your home folder ~/.mps/storage 3. Export varable $MPS_HOME: `export MPS_HOME="/home//.mps"` in your ~/.zshenv -4. Add to your $PATH: where you installed your mps -5. Run ./mps init +4. Run `mps init` diff --git a/src/main.rs b/src/main.rs index 75c575a..d8670d0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -84,8 +84,7 @@ impl MPS { println!("1. Create empty repository for storing your passwords on gitlab or somewhere you prefer"); println!("2. Clone to your home folder ~/.mps/storage"); println!("3. xport varable $MPS_HOME: `export MPS_HOME=\"/home//.mps\"`"); - println!("4. Add to your $PATH: where you installed your mps"); - println!("5. Run mps init"); + println!("4. Run `mps init`"); } fn prompt_new_password() -> io::Result {