|
From: Gleb C. <lna...@ya...> - 2023-04-11 08:53:17
|
Commit: 81a959e GitHub URL: https://github.com/SCST-project/scst/commit/81a959e68eb183c4070b7275467fe45af39fc575 Author: Gleb Chesnokov Date: 2023-04-11T11:52:35+03:00 Log Message: ----------- README.md: Add SCST logo and github downloads badge Enhance the project's README and provide an easy way to track the total number of downloads. Modified Paths: -------------- README.md | 5 +++++ www/images/logo.png | Bin 0 -> 390055 bytes 2 files changed, 5 insertions(+) =================================================================== diff --git a/README.md b/README.md index 5330deb..0c851bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ +<h1 align="center"> + <img src="./www/images/logo.png" alt="SCST" width="250" /> +</h1> + [](https://scan.coverity.com/projects/scst-project) +[](https://github.com/SCST-project/scst/releases) # Overview diff --git a/www/images/logo.png b/www/images/logo.png new file mode 100644 index 0000000..d12dcc5 Binary files /dev/null and b/www/images/logo.png differ |