diff --git a/README.md b/README.md index 4208c16..24c48ae 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# LimelightDocs \ No newline at end of file +# Limelight Documentation Environment Setup + +* Install python +* sudo pip install sphinx sphinx-autobuild +* Navigate to the /docs directory in this repo +* sphinx-autobuild . _build/html + +* This will start hosting the documentation at localhost:8000 +* It will auto-update on any file change in the repo