diff options
author | RadAd <adamgates84+github@gmail.com> | 2021-07-07 10:28:50 +1000 |
---|---|---|
committer | RadAd <adamgates84+github@gmail.com> | 2021-07-07 10:28:50 +1000 |
commit | 9c3c1b92c06fedd9a9d36ee2d245e5087badd27f (patch) | |
tree | f55487288387a9581f4e99b713765d2777c91b54 /README.md | |
parent | e2af50ed3ecbc29c56a211411bcbb666031080ff (diff) | |
download | RadTerminal-9c3c1b92c06fedd9a9d36ee2d245e5087badd27f.tar.gz RadTerminal-9c3c1b92c06fedd9a9d36ee2d245e5087badd27f.zip |
Added README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
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 +``` |