diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2d88fbc --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 nerrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index da424b1..d9cc275 100644 --- a/README.md +++ b/README.md @@ -1 +1,44 @@ # Easy-ADBuilder + + +# Features + +adbコマンドを使うために必要なファイルをダウンロードしたり環境変数が通したりが必要なく、ソフト上からワンクリックで環境を構築できます + +![S](https://user-images.githubusercontent.com/48819514/90333774-6c9d6700-e003-11ea-90d6-15c8b77c4360.png) + + +# Requirement + +必要条件 + +*Windows10(MacOSやLinuxOSには対応しておりません) + +*.NET Framework 4.7.2 + +# Installation + 最新や新しめのWindows10なら標準で入っていると思いますが、 + 古いバージョンのWindowsだと同じ10でも入ってない可能性があります + その場合は[こちら](http://go.microsoft.com/fwlink/?LinkId=863262)のMicrosoft社のページよりダウンロードしてください + +# Usage + +この利用規約に同意していただけるのであれば、下のチェックボックスにチェックマークを入れて「adb環境構築開始」ボタンをクリックしてください +お使いのPCにもよりますが一瞬・3~5秒程度で構築が完了します +完了したと表示されればこのソフトを閉じて削除していただいても構いません +これでコマンドプロンプトやPowershell等でadbコマンドが使えるようになっています! + + +# Note + +使用は自己責任でお願いします + +# Author + +* 作成者 nerrog.net +* E-mail info★nerrog.net +(★を@にかえてください) + +# License + +"Easy-ADBuilder" is under [MIT license](https://en.wikipedia.org/wiki/MIT_License).