Skip to content

Commit

Permalink
Updated the README
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Jun 15, 2020
1 parent 68428b2 commit 8ea6ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To install the binary simply run `make install`.
Before running the parser, you need to:

1. Create a [PostgreSQL](https://www.postgresql.org/) database.
2. Run the SQL queries you find inside the [`cosmos.sql` file](schema/cosmos.sql) inside such database to create all the necessary tables.
2. Run the SQL queries you find inside the `schema` folder inside such database to create all the necessary tables.

## Running the parser
To parse the chain state, you need to use the following command:
Expand Down

0 comments on commit 8ea6ac9

Please sign in to comment.