summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorclient <client@postoffice.intern>2020-01-15 01:01:12 +0330
committerclient <client@postoffice.intern>2020-01-15 01:01:12 +0330
commit7dea3052322ac8f39c966aeb8e52269ea4bd6486 (patch)
treea12e6c063761069f60657e5156e978ea2c9831c0 /README.md
parenta7cef06c95cbd5aed95107634b22df891507d7b0 (diff)
downloadvyos-documentation-7dea3052322ac8f39c966aeb8e52269ea4bd6486.tar.gz
vyos-documentation-7dea3052322ac8f39c966aeb8e52269ea4bd6486.zip
Fix native build layout
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index b9841171..402dfbbc 100644
--- a/README.md
+++ b/README.md
@@ -20,18 +20,20 @@ Required Debian Packages:
* `texlive-latex-recommended`
* `texlive-fonts-recommended`
* `texlive-latex-extra`
-* `sphinx` (See sphinx below)
+* `sphinx`
### sphinx
-Installing `sphinx`, `sphinx-autobuild` and `sphinx-rtd-theme` packages
-on Debian, requires some extra steps:
-First ensure that phython3 is the default one
+Debian, requires some extra steps for
+installing `sphinx`, `sphinx-autobuild` and `sphinx-rtd-theme` packages:
+
+First ensure that phython3 is the default:
```bash
python --version
```
-Alternatively, to make python3 the default fix the following line to
-point to relevant 3.x version of binary on your system:
+Alternatively, to make python3 the default, revise the following line to
+point to the relevant 3.x version of the binary on your system:
+
```bash
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3....
```