|
|
|
@ -17,15 +17,15 @@ cargo build --release
|
|
|
|
|
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 |
|
|
|
|
|
|
|
|
|
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. 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` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|