aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1c1d1d9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+<!-- ![Icon](RadTerminal.ico) RadTerminal -->
+<img src="RadTerminal.ico" width=32/> RadTerminal
+==========
+
+Simple Terminal Emulator for Windows using [libtsm](https://github.com/RadAd/libtsm).
+
+![Windows](https://img.shields.io/badge/platform-Windows-blue.svg)
+[![Releases](https://img.shields.io/github/release/RadAd/RadTerminal.svg)](https://github.com/RadAd/RadTerminal/releases/latest)
+[![Build](https://img.shields.io/appveyor/ci/RadAd/RadTerminal.svg)](https://ci.appveyor.com/project/RadAd/RadTerminal)
+
+![Screenshot](docs/Screenshot.png)
+
+Build
+=======
+```
+msbuild RadTerminal.vcxproj -p:Configuration=Release -p:Platform=x64
+```