Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Clarify README examples based on #19
Browse files Browse the repository at this point in the history
  • Loading branch information
vvondra authored Jul 17, 2018
1 parent 65729d3 commit 973858f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,22 @@ Run `./two_factor.sh`, the script will ask you for the e-mail you want to set up

The import script will interactively ask for your master password. This is needed since the data in the CSV must be encrypted and some data like existing folders must be decrypted.

In the example below, replace `STAGE` and `REGION` if necessary in regards to your setup.

### Bitwarden

Go to https://help.bitwarden.com/article/export-your-data/

```bash
./import.sh -e [email protected] -f export.csv -p bitwarden
STAGE=prod REGION=us-east-1 ./import.sh -e [email protected] -f export.csv -p bitwarden
```

### Lastpass

Go to https://lastpass.com/support.php?cmd=showfaq&id=1206

```bash
./import.sh -e [email protected] -f export.csv -p lastpass
STAGE=prod REGION=us-east-1 ./import.sh -e [email protected] -f export.csv -p lastpass
```

## Run on own domain
Expand Down

0 comments on commit 973858f

Please sign in to comment.