Add PostgREST installation using package managers to tut0

This commit is contained in:
Laurence Isla
2023-11-30 18:20:54 -05:00
committed by GitHub
parent 84152b483a
commit 62512268cd
5 changed files with 75 additions and 52 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ language = 'en'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'shared/*.rst']
# The reST default role (used for this markup: `text`) to use for all
# documents.