From f9c4af6c68ca234b05749a2597d2d2ed697004ef Mon Sep 17 00:00:00 2001 From: CrystalSplitter Date: Tue, 16 Jan 2024 22:51:09 -0800 Subject: [PATCH] Add Splash screenshot to README.md --- README.md | 2 ++ docs/assets/20240116_splash.png | 3 +++ ghcitui.cabal | 1 + 3 files changed, 6 insertions(+) create mode 100644 docs/assets/20240116_splash.png 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