Skip to content

Commit a2bc86a

Browse files
committed
add readme
1 parent a10c605 commit a2bc86a

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

DisplayManager/DisplayManager.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
</ItemGroup>
5252
<ItemGroup>
5353
<Content Include="Launcher.example.json"/>
54+
<Content Include="README.md"/>
5455
</ItemGroup>
5556
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets"/>
5657
</Project>

DisplayManager/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
DisplayPowerSwitcher
2+
====
3+
4+
ディスプレイの電源入れたり消したりするだけです。
5+
6+
## Usage
7+
8+
コマンドライン引数で"ON"か"OFF"を指定してください。
9+
10+
## Licence
11+
12+
These codes are licensed under CC0.
13+
14+
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png "CC0")](http://creativecommons.org/publicdomain/zero/1.0/deed.ja)
15+
16+
## Author
17+
18+
[HALBY](https://github.com/halby24)

0 commit comments

Comments
 (0)