Skip to content

Commit 08a0daa

Browse files
authored
Merge pull request #215 from Kyome22/store-info
Updated Documentations
2 parents 0be456c + eb432ff commit 08a0daa

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,14 @@
77
> - This project is for Windows, so we do not accept inquiries about macOS version.
88
> - We do not accept issues or pull requests in languages other than English.
99
10-
> [!NOTE]
11-
>
12-
> I'm currently preparing to distribute the app on the Microsoft Store,
13-
> so please do not post questions about how to download it for issues.
14-
1510
[![Github issues](https://img.shields.io/github/issues/Kyome22/RunCat365)](https://github.com/Kyome22/RunCat365/issues)
1611
[![Github forks](https://img.shields.io/github/forks/Kyome22/RunCat365)](https://github.com/Kyome22/RunCat365/network/members)
1712
[![Github stars](https://img.shields.io/github/stars/Kyome22/RunCat365)](https://github.com/Kyome22/RunCat365/stargazers)
1813
[![Top language](https://img.shields.io/github/languages/top/Kyome22/RunCat365)](https://github.com/Kyome22/RunCat365/)
1914
[![Release](https://img.shields.io/github/v/release/Kyome22/RunCat365)]()
2015
[![Github license](https://img.shields.io/github/license/Kyome22/RunCat365)](https://github.com/Kyome22/RunCat365/)
2116

22-
`C#` `.NET 9.0` `Visual Studio` `RunCat`
17+
`C#` `Win32` `.NET 9.0` `Visual Studio` `RunCat`
2318

2419
## Demo
2520

@@ -31,7 +26,11 @@
3126

3227
## Installation
3328

34-
Comming Soon.
29+
RunCat 365 is available for installation on the Microsoft Store.
30+
31+
- Requirement: Windows 10 version 19041.0 or higher
32+
- Microsoft Store: https://apps.microsoft.com/detail/9nw5lpnvwfwj
33+
- Language: English
3534

3635
## Contributors
3736

docs/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
<p>
4848
<img class="demo" src="./images/demo.gif" alt="demo" />
4949
</p>
50+
<p class="microsoft-store-banner">
51+
<a href="https://apps.microsoft.com/detail/9nw5lpnvwfwj">
52+
<img src="images/get_it_from_ms.svg" alt="Go to Microsoft Store" />
53+
</a>
54+
</p>
5055
<div class="detail">
5156
<p class="feature">
5257
You can check information on CPU usage,<br />memory performance, and storage capacity.

docs/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@ img.demo {
7575
height: 200px;
7676
}
7777

78+
p.microsoft-store-banner img {
79+
height: 78px;
80+
}
81+
82+
p.microsoft-store-banner img:active {
83+
opacity: 0.7;
84+
transform: translateY(2px);
85+
}
86+
7887
img.screenshot {
7988
width: 600px;
8089
height: 343px;

0 commit comments

Comments
 (0)