From 9c3c1b92c06fedd9a9d36ee2d245e5087badd27f Mon Sep 17 00:00:00 2001 From: RadAd Date: Wed, 7 Jul 2021 10:28:50 +1000 Subject: Added README.md --- README.md | 17 +++++++++++++++++ docs/Screenshot.png | Bin 0 -> 38355 bytes 2 files changed, 17 insertions(+) create mode 100644 README.md create mode 100644 docs/Screenshot.png diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c1d1d9 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ + + 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 Binary files /dev/null and b/docs/Screenshot.png differ -- cgit v1.2.3