aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadAd <adamgates84+github@gmail.com>2021-07-07 10:28:50 +1000
committerRadAd <adamgates84+github@gmail.com>2021-07-07 10:28:50 +1000
commit9c3c1b92c06fedd9a9d36ee2d245e5087badd27f (patch)
treef55487288387a9581f4e99b713765d2777c91b54
parente2af50ed3ecbc29c56a211411bcbb666031080ff (diff)
downloadRadTerminal-9c3c1b92c06fedd9a9d36ee2d245e5087badd27f.tar.gz
RadTerminal-9c3c1b92c06fedd9a9d36ee2d245e5087badd27f.zip
Added README.md
-rw-r--r--README.md17
-rw-r--r--docs/Screenshot.pngbin0 -> 38355 bytes
2 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
+```
diff --git a/docs/Screenshot.png b/docs/Screenshot.png
new file mode 100644
index 0000000..a71b8d2
--- /dev/null
+++ b/docs/Screenshot.png
Binary files differ