diff --git a/README.md b/README.md index 9de675d..41d4b7e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Rustc Log Viewer +#![](./assets/screenshot-readme.png) + This is a log viewer for rustc's tracing output (in JSON form). It is made for when you don't yet know in advance how you want to filter your logs, and to analyze a large amount of ouput and filter it down to what you want to see. diff --git a/assets/screenshot-readme.png b/assets/screenshot-readme.png new file mode 100644 index 0000000..7973240 Binary files /dev/null and b/assets/screenshot-readme.png differ