summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-10-07 08:52:26 +0300
committerLars Wirzenius <liw@liw.fi>2022-10-07 09:09:14 +0300
commite55447a7263e32ec229a07bd1ba39140cb1277ff (patch)
treebd4982e16ef16b5ffd686dc8e6cf434fb63679e1
parent2e0b7a2223a64c4b95f065b7096c07221c1b79d0 (diff)
downloadsubplot.liw.fi-e55447a7263e32ec229a07bd1ba39140cb1277ff.tar.gz
docs(tutorial.md): replace installation instructions with link
Sponsored-by: author
-rw-r--r--tutorial.mdwn17
1 files changed, 4 insertions, 13 deletions
diff --git a/tutorial.mdwn b/tutorial.mdwn
index 95b7310..aa55597 100644
--- a/tutorial.mdwn
+++ b/tutorial.mdwn
@@ -148,6 +148,7 @@ file might look like this:
function: stdout_is_a_newline
- then: standard output contains "(?P<text>.*)"
+ regex: true
function: stdout_is_text
- then: standard error is empty
@@ -169,19 +170,9 @@ plus any other scaffolding needed.
Installing Subplot
=============================================================================
-To install Debian for Debian unstable, add the following to your APT
-sources lists:
-
-```
-deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
-```
-
-Then run the following commands as root:
-
-```sh
-apt update
-apt install subplot
-```
+To install Subplot, see the [download
+page](https://subplot.tech/download/) on the Subplot website. We don't
+replicate it here to avoid information getting stale.
Producing a document
=============================================================================