-
Notifications
You must be signed in to change notification settings - Fork 1
Improve documentation & add shell script #8
Conversation
Thanks!
Basically it's just a copy from Dockerfile files without any additional info, like that default recv timeout is 10 seconds.
This section is important, because it contains non-trivial information about dev environment.
If someone already know how to deal with docker containers, it won't be helpful.
In a new docker image we don't have to recreate the psql extension. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
See my previous comment.
Also, I suggest to always write some motivation for the changes in the PR description, and appropriate PR name.
Thanks a ton for your specific recommendations on improving the documentation! I really appreciate your insights. I've made the updates based on your advice, but I thought it might be best to add the shell script a bit later. This way, you can take a look at the updated documentation while I work on the script in parallel. What do you think? |
This looks good I think, it's best to insert shell scripts directly into README, since it's not a part of the source code and required just for convenience. In the "How to launch manually" section, add an explanation that incremental code changes will require to reinstall the extension to test it manually with the command As I explained here, the primary development branch is |
No description provided.