From 41af8b9622b041b7fa64b8b025de25956f046cd0 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sun, 11 Jun 2017 15:14:49 +0200 Subject: [PATCH] license update --- docs/guides/From Source.md | 32 +++++++++++--------------------- license.md | 4 +--- 2 files changed, 12 insertions(+), 24 deletions(-) diff --git a/docs/guides/From Source.md b/docs/guides/From Source.md index 04254fd7..2b5ca2f2 100644 --- a/docs/guides/From Source.md +++ b/docs/guides/From Source.md @@ -3,29 +3,19 @@ Prerequisites - [ffmpeg][ffmpeg] (and added to path) either download or install using your distro's package manager - [git][git] -*Clone the repo* +*Clone the repo* +`git clone -b 1.4 https://github.com/Kwoth/NadekoBot` +`cd NadekoBot/src/NadekoBot` +Edit `credentials.json.` Read the JSON Exaplanations guide on the left if you don't know how to set it up -`git clone -b 1.4 https://github.com/Kwoth/NadekoBot` +*run* +`dotnet restore` +`dotnet run -c Release` -`cd NadekoBot/src/NadekoBot` - - -Edit `credentials.json.` Read the JSON Exaplanations guide on the left if you don't know how to set it up - - -*run* - -`dotnet restore` - -`dotnet run -c Release` - -*when you decide to updatein the future (might not work if you've made custom edits to the source, make sure you know how git works)* - -`git pull` - -`dotnet restore` - -`dotnet run -c Release` +*when you decide to updatein the future (might not work if you've made custom edits to the source, make sure you know how git works)* +`git pull` +`dotnet restore` +`dotnet run -c Release` [.netcore]: https://www.microsoft.com/net/download/core#/sdk [ffmpeg]: http://ffmpeg.zeranoe.com/builds/ diff --git a/license.md b/license.md index f69f3730..c2fc0e6e 100644 --- a/license.md +++ b/license.md @@ -4,6 +4,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of 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. - -For more information, please refer to +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. \ No newline at end of file