diff --git a/README.md b/README.md index 752dafa..04d40a6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # fabaccess-docs -Documentation for the fabaccess project. \ No newline at end of file +Documentation for the fabaccess project. + +## Setup +### Archlinux + +Install required packages: +```shell +$ pacman -S python-sphinx python-sphinx_rtd_theme python-recommonmark +```