Browse Source

Update 'README.md'

fix-typo
Coin de Gamma 3 months ago
parent
commit
956a964303
  1. 6
      README.md

6
README.md

@ -17,15 +17,15 @@ cargo build --release
3. Add your mps build to PATH in your ~/.zshenv 3. Add your mps build to PATH in your ~/.zshenv
``` ```
export PATH=$PATH:"<mps_git_repo__path>/target/release" export PATH=$PATH:"<mps_git_repo_path>/target/release"
``` ```
## Intilization ## Intilization
1. Create empty repository for storing your passwords on gitlab or somewhere you prefer 1. Create empty repository for storing your passwords on gitlab or somewhere you prefer
2. Create dir `mps`: `mkdir ~/mps` 2. Create dir `mps`: `mkdir ~/.mps`
3. Clone to your home folder `~/.mps/storage`: `git clone <your_storage_url> storage` 3. Clone to your home folder `~/.mps/storage`: `git clone <your_storage_url> storage`
3. Export varable `$MPS_HOME`: `export MPS_HOME="/home/<your_username>/.mps"` in your ~/.zshenv 3. Export varable `$MPS_HOME`: `export MPS_HOME="/home/<your_username>/.mps"` in your `~/.zshenv`
4. Run `mps init` 4. Run `mps init`

Loading…
Cancel
Save