diff --git a/README.rst b/README.rst index e71ee1063..9db8c44a3 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,15 @@ documentation team and perform edits without requiring approval. In the long run, learning to use Git_ and running Sphinx_ on your computer is beneficial. +First steps to run is locally + :: + + git clone https://github.com/syncthing/docs.git + pip install -U Sphinx + cd docs + make html + # open _build/html/index.html + Structure ---------