summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-07-11 12:51:43 +0300
committerLars Wirzenius <liw@liw.fi>2021-07-11 13:07:40 +0300
commitedb0bc89b1d889036636b0c37d8fb475097df5fd (patch)
tree6488d45015207a73347df6ad9d0cb7c615e09253
parent997e3cd613068f2f5b3db412bd89b724db400196 (diff)
downloadsubplot.liw.fi-edb0bc89b1d889036636b0c37d8fb475097df5fd.tar.gz
docs: update download page for 0.2.1 release
Drop the obsolete advise to use -t for resources, as the resources are no built into the binary. Use literal font for Debian package names. Make debian/control be a link the file on gitlab. Sponsored-by: author
-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.