summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--download.mdwn20
1 files changed, 12 insertions, 8 deletions
diff --git a/download.mdwn b/download.mdwn
index be9aff4..72fc284 100644
--- a/download.mdwn
+++ b/download.mdwn
@@ -23,9 +23,6 @@ cargo build
cargo install --path=.
~~~
-You will need to use the `-t /path/to/template` option when running
-`sp-codegen`. If you install via a .deb package, this isn't necessary.
-
Note that in addition to the Rust tools, you'll need the following
installed for Subplot to work, including for running its test suite:
@@ -33,14 +30,17 @@ installed for Subplot to work, including for running its test suite:
* Pandoc to typeset documents
* for HTML, just Pandoc
* for PDF, you need a LaTeX supported by Pandoc; on Debian, that's
- the packages texlive-latex-recommended and texlive-fonts-recommended
-* pandoc-citeproc and bibtex for citations in typeset documents
-* GraphViz dot program for embedded dot and roadmap graphs in typeset documents
+ the packages `texlive-latex-recommended` and
+ `texlive-fonts-recommended`
+* `pandoc-citeproc` and `bibtex` for citations in typeset documents
+* GraphViz `dot` program for embedded dot and roadmap graphs in typeset documents
* PlantUML to render embedded UML diagrams in documents
* librsvg2 command line tools (for including SVGs in typeset documents)
-The `debian/control` file lists the necessary packages under the
-`Depends` and `Build-Depends` headings.
+The
+[`debian/control`](https://gitlab.com/subplot/subplot/-/blob/main/debian/control)
+file lists the necessary packages under the `Depends` and
+`Build-Depends` headings.
## Debian
@@ -108,3 +108,7 @@ The Subplot developers all use Debian on the 64-bit Intel
architecture, and don't provide installation packages for other kinds
of systems (other architectures, other operating systems). If you'd
like to help with that, it would be very much welcome!
+
+## When you have Subplot installed
+
+See the [[documentation]] page for how to use Subplot.