Browse Source

hints++

fix-typo
Coin de Gamma 3 months ago
parent
commit
4013a9dd08
  1. 3
      README.md
  2. 3
      src/main.rs

3
README.md

@ -25,7 +25,6 @@ export PATH=$PATH:"<mps_git_repo__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/<your_username>/.mps"` in your ~/.zshenv
4. Add to your $PATH:<path_to_msp> where you installed your mps
5. Run ./mps init
4. Run `mps init`

3
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/<your_username>/.mps\"`");
println!("4. Add to your $PATH:<path_to_msp> where you installed your mps");
println!("5. Run mps init");
println!("4. Run `mps init`");
}
fn prompt_new_password() -> io::Result<String> {

Loading…
Cancel
Save