diff --git a/README.md b/README.md index 394c2a493..4e907b3df 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A terminal emulator implemented in Rust, using OpenGL for rendering. [![Build Status](https://travis-ci.org/wez/wezterm.svg?branch=master)](https://travis-ci.org/wez/wezterm) [![Build status](https://ci.appveyor.com/api/projects/status/4ys3pb1vb1ja8b7h/branch/master?svg=true)](https://ci.appveyor.com/project/wez/wezterm/branch/master) -![Screenshot](screenshots/one.png) +![Screenshot](docs/screenshots/one.png) *Screenshot of wezterm on X11, running vim* diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 000000000..715b2fe98 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,8 @@ +--- +title: Wez's Terminal +--- + +![Screenshot](docs/screenshots/one.png) + +*Screenshot of wezterm on X11, running vim* + diff --git a/screenshots/one.png b/docs/screenshots/one.png similarity index 100% rename from screenshots/one.png rename to docs/screenshots/one.png