Skip to content

Commit

Permalink
linter gods
Browse files Browse the repository at this point in the history
  • Loading branch information
Amisha Singla authored and Amisha Singla committed Jul 1, 2024
1 parent 399787b commit c3e4333
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,14 @@ If branch is already made, just rename it _before passing the pull request_.
2. Build stellar-etl with `go build`
3. Build the docker image locally with `make docker-build`
4. Run the docker container in interactive mode to run export commands.

```sh
$ docker run --platform linux/amd64 -it stellar/stellar-etl:latest /bin/bash
```

5. Run export commands to export information about the legder
Example command to export ledger data
Example command to export ledger data

```sh
root@71890b878fca:/etl/data# stellar-etl export_ledgers --start-ledger 1000 --end-ledger 500000 --output exported_ledgers.txt
```
Expand Down

0 comments on commit c3e4333

Please sign in to comment.