Merge pull request #1853 from Kyousei/patch-2

Changed netcoreapp1.1 to netcoreapp2.0 again
This commit is contained in:
Master Kwoth 2017-11-18 15:56:22 +01:00 committed by GitHub
commit 13a85c27a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,7 +186,7 @@ For windows (regular installation, or from the updater), this is usually
## DB files ## DB files
Nadeko saves all the settings and infomations in `NadekoBot.db` file here: Nadeko saves all the settings and infomations in `NadekoBot.db` file here:
`NadekoBot/src/NadekoBot/bin/Release/netcoreapp1.1/data/NadekoBot.db` (macOS and Linux) `NadekoBot/src/NadekoBot/bin/Release/netcoreapp2.0/data/NadekoBot.db` (macOS and Linux)
`NadekoBot\system\data` (Windows) `NadekoBot\system\data` (Windows)
in order to open the database file you will need [DB Browser for SQLite](http://sqlitebrowser.org/). in order to open the database file you will need [DB Browser for SQLite](http://sqlitebrowser.org/).