From cfbcf24e59b179065bd568fa5343692f4058aa56 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Apr 10 2018 15:35:00 +0000 Subject: add item to readme on stopping the dev server --- diff --git a/README.md b/README.md index 4bef7b3..15794be 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,4 @@ get it running are: 2. Check out the packagin docs source (from your fork or the main repo) 3. In the main folder of the checked out repo, run `./develop_server.sh start` and your local copy of the Docs Fedora will be at http://localhost:8000/ +4. To stop the development server, run `./develop_server.sh stop`