Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sekulicd committed Jul 12, 2023
1 parent 2459829 commit c6fd679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/migration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ alias migration=./build/migration-<os>-<arch>
```sh
# Pull the latest image
$ docker pull ghcr.io/tdex-network/tdexd:latest
$ docker run --rm --volume path/to/datadir:/home/tdex/.tdex-daemon --entrypoint 'tdex-migration' ghcr.io/tdex-network/tdexd:latest --password <wallet_password> --/home/tdex/.tdex-daemon/oceand
$ docker run --rm --volume path/to/datadir:/home/tdex/.tdex-daemon --entrypoint 'tdex-migration' ghcr.io/tdex-network/tdexd:latest --password <wallet_password> --ocean-datadir /home/tdex/.tdex-daemon/oceand
```

You can get more info about the usage of the flags by running `tdex-migration --help` at anytime.
Expand Down

0 comments on commit c6fd679

Please sign in to comment.