diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index f774d34..74362d8 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -8,7 +8,7 @@ Please note we have a code of conduct, please follow it in all your interactions - Install Sphinx packages for your system. -```sudo pacman -S python-sphinx``` +```sudo pacman -S python-sphinx python-sphinx_rtd_theme python-recommonmark``` or ```apt install python-sphinx``` - Clone or update the gitlab-repo of the documentation diff --git a/README.md b/README.md index 04d40a6..ddb8955 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,3 @@ # fabaccess-docs Documentation for the fabaccess project. - -## Setup -### Archlinux - -Install required packages: -```shell -$ pacman -S python-sphinx python-sphinx_rtd_theme python-recommonmark -```