summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-11-14 09:18:51 -0700
committerColin Reeder <colin@vpzom.click>2020-11-14 09:18:51 -0700
commitb15bf6aba24a9523832729a7dd8a8e93241aa248 (patch)
treebbda01ec658ced14ff74b2dd69872880f82cb54f
parent4bbd9089455750b1f74b08a9216c49e8d7d0f74c (diff)
Add minimum rust version to INSTALL.md
-rw-r--r--doc/INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index 482fb93..f3eaf06 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -1,6 +1,6 @@
# lotide installation
## For production
-Requirements: rustc, cargo, openssl, [Migrant](https://github.com/jaemk/migrant), and a PostgreSQL database
+Requirements: rustc (>=1.45.0), cargo, openssl, [Migrant](https://github.com/jaemk/migrant), and a PostgreSQL database
Set these environment variables:
- PGDATABASE, PGHOST, PGUSER, PGPASSWORD - Credentials for database connection, used by Migrant