diff --git a/docs/installation/index.rst b/docs/installation/index.rst
index 7f42e5843a08c11a198669ca6f4a6231cac94037..d714ff511fe7a75c0efa61de75a043a7dc5c7098 100644
--- a/docs/installation/index.rst
+++ b/docs/installation/index.rst
@@ -118,7 +118,7 @@ To avoid configuration errors at this level, we will generate an nginx configura
 using your .env file. This will ensure your reverse-proxy configuration always
 match the application configuration and make upgrade/maintenance easier.
 
-On docker deployments, run the following commands::
+On docker deployments, run the following commands:
 
 .. parsed-literal::
 
@@ -132,7 +132,7 @@ On docker deployments, run the following commands::
         < /etc/nginx/sites-available/funkwhale.template \
         > /etc/nginx/sites-available/funkwhale.conf
 
-On non-docker deployments, run the following commands::
+On non-docker deployments, run the following commands:
 
 .. parsed-literal::