From 5631c18d8a451b2b9b839261b7b4d687e3a648c4 Mon Sep 17 00:00:00 2001 From: Nadja Reitzenstein Date: Thu, 12 May 2022 16:36:19 +0200 Subject: [PATCH] Arch linux setup documentation --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +```