diff --git a/README.md b/README.md index 908f391..2f88b4c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ This is an experimental front-end terminal interface for `ghci`. It provides a source viewer, keybindings, an interactive interpreter, and a local context viewer. +![Splash Image For GHCiTUI](docs/assets/20240116_splash.png) + ## Installation As this project is experimental, currently installing from diff --git a/docs/assets/20240116_splash.png b/docs/assets/20240116_splash.png new file mode 100644 index 0000000..17f9613 --- /dev/null +++ b/docs/assets/20240116_splash.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb91a839386957980e8e40bcdc883259ae1e7f5329f8153678625b94a456a0c +size 51902 diff --git a/ghcitui.cabal b/ghcitui.cabal index aab86e5..55204f3 100644 --- a/ghcitui.cabal +++ b/ghcitui.cabal @@ -31,6 +31,7 @@ extra-source-files: LICENSE extra-doc-files: CHANGELOG.md , MANUAL.rst , README.md + , docs/assets/202401116_splash.png source-repository head type: git