From 388687a19dca2d2f03fdde23e7579168a9f8f969 Mon Sep 17 00:00:00 2001 From: Matt Prahl Date: Fri, 30 Sep 2016 11:15:13 -0400 Subject: [PATCH] Fix subheadings in the README --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 9c19c8fc..5fb68ad2 100644 --- a/README.rst +++ b/README.rst @@ -384,7 +384,7 @@ Development =========== ``Docker`` -~~~~~~~~~~ +---------- You can use docker containers for development. Here's a guide how to setup `docker `_ and `docker-compose `_. @@ -401,7 +401,7 @@ First command will stop and remove all containers and volumes and second command ``Vagrant`` -~~~~~~~~~~~ +----------- In order to to setup a development environment using Vagrant, it is required that you have your FAS (Fedora Account System) certificates generated and located in your home directory. For more information on these certificates, visit the `Koji documentation `_. @@ -432,8 +432,9 @@ Alternatively, you can restart the Vagrant guest, which inherently starts/restar $ vagrant reload + ``fedmsg Signing for Development`` -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +---------------------------------- In order to enable fedmsg signing in development, you will need to follow a series of steps. Note that this will conflict with signed messages from a different CA that are on the message bus, so this may cause unexpected results.