yagu0 / vchess

Chess variants website: https://vchess.club
ISC License
19 stars 8 forks source link

More verbose instructions for creating sqlite database #11

Closed smartchessguiapp closed 4 years ago

smartchessguiapp commented 4 years ago

For a user not familiar with sqlite3, it is not clear how to create and populate the server's sqlite database. Before running scripts, you have to create the database with giving its name ( this was not mentioned in the ReadMe ) and then execute the scripts. A user can look up how to run an sqlite3 script, but a ReadMe had better be self contained and give the explicit console commands.

This pull request updates the server installation ReadMe to be more verbose and explicit, so that an sqlite3 noob can understand and execute it.

yagu0 commented 4 years ago

You're right it's clearer now :) Thanks !