diff --git a/README.md b/README.md index 44548c7..0daca01 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # FastAPI, Jinja2, PostgreSQL Webapp Template - + ## Quickstart @@ -151,7 +151,7 @@ account, verify a domain, get an API key, and paste the API key into the ### Start development database -To start the development database, run the following command in your +To start the development database and create default permissions/roles, run the following command in your terminal from the root directory: ``` bash diff --git a/docs/static/Screenshot.png b/docs/static/Screenshot.png deleted file mode 100644 index d224337..0000000 Binary files a/docs/static/Screenshot.png and /dev/null differ diff --git a/docs/static/screenshot.jpg b/docs/static/screenshot.jpg new file mode 100644 index 0000000..c0d614b Binary files /dev/null and b/docs/static/screenshot.jpg differ diff --git a/index.qmd b/index.qmd index 3e8cf1c..6beb43f 100644 --- a/index.qmd +++ b/index.qmd @@ -2,7 +2,7 @@ title: "FastAPI, Jinja2, PostgreSQL Webapp Template" --- - + ## Quickstart diff --git a/static/Screenshot.png b/static/Screenshot.png deleted file mode 100644 index d224337..0000000 Binary files a/static/Screenshot.png and /dev/null differ diff --git a/templates/base/partials/footer.html b/templates/base/partials/footer.html index f1196fa..9a0fee7 100644 --- a/templates/base/partials/footer.html +++ b/templates/base/partials/footer.html @@ -3,7 +3,7 @@
Created by Promptly Technologies, LLC and released under the GPLv3 License.
+Created by Promptly Technologies, LLC and released under the MIT License.