summaryrefslogtreecommitdiff
path: root/download.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'download.mdwn')
-rw-r--r--download.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/download.mdwn b/download.mdwn
index 96fd602..be9aff4 100644
--- a/download.mdwn
+++ b/download.mdwn
@@ -5,7 +5,7 @@
Subplot source code is distributed via the git version control system.
There are two repositories, which are intended to be identical:
-* GitLab: <https://gitlab.com/larswirzenius/subplot>
+* GitLab: <https://gitlab.com/subplot/subplot>
* git.liw.fi: <http://git.liw.fi/subplot/>
Use either according to preference.
@@ -17,7 +17,7 @@ toolchain and cargo installed. If you have that installed and
configured, you can build and install Subplot from source as follows:
~~~sh
-git clone https://gitlab.com/larswirzenius/subplot
+git clone https://gitlab.com/subplot/subplot
cd subplot
cargo build
cargo install --path=.
@@ -48,7 +48,7 @@ There is a Debian package built by CI from every commit. It works on
Debian 10 (buster) and later. We have a script to install it:
~~~sh
-curl -s https://gitlab.com/larswirzenius/subplot/-/raw/main/install-debian.sh | sudo bash
+curl -s https://gitlab.com/subplot/subplot/-/raw/main/install-debian.sh | sudo bash
~~~
If you'd rather not download a script from the Internet and run it as