Skip to content

Commit

Permalink
Add in steps to follow to check your own stats
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Dec 19, 2024
1 parent afcd6d8 commit 3a157a4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,9 @@ created called [insta-infra](https://github.com/data-catering/insta-infra). All

```shell
git clone [email protected]:data-catering/insta-infra.git
cd insta-infra && ./run.sh duckdb && docker cp <directory path to stats_export> duckdb:/tmp && ./run.sh -c duckdb
cd insta-infra && ./run.sh duckdb
docker cp <directory path to stats_export> duckdb:/tmp
./run.sh -c duckdb
```

You can use the above queries to now check your stats. You can also find
Expand Down

0 comments on commit 3a157a4

Please sign in to comment.