add item to readme on stopping the dev server

This commit is contained in:
Ryan Lercho 2018-04-10 11:35:00 -04:00
parent e70b134596
commit cfbcf24e59

View file

@ -14,3 +14,4 @@ get it running are:
2. Check out the packagin docs source (from your fork or the main repo) 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` 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/ 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`