license update
This commit is contained in:
parent
dc10f4f80b
commit
41af8b9622
@ -4,27 +4,17 @@ Prerequisites
|
|||||||
- [git][git]
|
- [git][git]
|
||||||
|
|
||||||
*Clone the repo*
|
*Clone the repo*
|
||||||
|
|
||||||
`git clone -b 1.4 https://github.com/Kwoth/NadekoBot`
|
`git clone -b 1.4 https://github.com/Kwoth/NadekoBot`
|
||||||
|
|
||||||
`cd NadekoBot/src/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
|
Edit `credentials.json.` Read the JSON Exaplanations guide on the left if you don't know how to set it up
|
||||||
|
|
||||||
|
|
||||||
*run*
|
*run*
|
||||||
|
|
||||||
`dotnet restore`
|
`dotnet restore`
|
||||||
|
|
||||||
`dotnet run -c Release`
|
`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)*
|
*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`
|
`git pull`
|
||||||
|
|
||||||
`dotnet restore`
|
`dotnet restore`
|
||||||
|
|
||||||
`dotnet run -c Release`
|
`dotnet run -c Release`
|
||||||
|
|
||||||
[.netcore]: https://www.microsoft.com/net/download/core#/sdk
|
[.netcore]: https://www.microsoft.com/net/download/core#/sdk
|
||||||
|
@ -5,5 +5,3 @@ 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 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.
|
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 <http://unlicense.org/>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user