From ea0ec8fb1368e727164251fd03de4ad29d8b52de Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Tue, 23 Oct 2018 18:54:27 -0700 Subject: [PATCH] update contributing and README partially telling an easy way to get arcanist. --- CONTRIBUTING.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 196f0705..c8f7f7fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,7 @@ Before starting, you need a few tools. - Ubuntu 16.04 LTS and onwards - The following packages from your Linux distribution's repository: - `git` + - `arcansit` - `python3-sphinx` - `texlive-full` - The following packages from PyPI: diff --git a/README.md b/README.md index a84d7c65..4c5c21ef 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The documentation is powered by [Sphinx](http://www.sphinx-doc.org/en/stable/) a Run the following command to install the needed dependencies: ``` -sudo apt install python3-pip python3-sphinx texlive-full && pip3 install sphinx_bootstrap_theme +sudo apt install python3-pip python3-sphinx texlive-full && pip3 install sphinx_bootstrap_theme arcanist ``` You can see the options for building the documentation by running `make help`.