From 15e24c49f788c1cfb408bf876cae199a432e0a70 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 29 Apr 2021 10:09:46 +0300 Subject: fix: update URLs to point at new subplot git repository location --- download.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'download.mdwn') 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: +* GitLab: * git.liw.fi: 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 -- cgit v1.2.1