diff --git a/.gitignore b/.gitignore index 902df57..e141547 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,7 @@ dist-ssr *.sln *.sw? -*.png +/*.png *.bat *.exe diff --git a/README.md b/README.md index 233964d..f5cadae 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Made with Rust (Tauri) and Vue. Technically multiplatform. Contributions welcome - Display configuration with automatic rollback - Support for multiple configurations pointing at the same data +![Mod list](res/list.png) +![Configuration](res/cfg.png) + ## Usage Download a prebuilt binary from [Modding Re:Fresh](https://discord.gg/jxvzHjjEmc) or build it yourself: diff --git a/res/cfg.png b/res/cfg.png new file mode 100644 index 0000000..93b8e66 Binary files /dev/null and b/res/cfg.png differ diff --git a/res/list.png b/res/list.png new file mode 100644 index 0000000..15313e7 Binary files /dev/null and b/res/list.png differ