From 5de4aa93b9e32727f21854723debd00d3fe0bfb8 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 6 Jul 2019 22:53:44 +0200 Subject: [PATCH] Update URL Signed-off-by: Knut Ahlers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0438db1..8757c5a 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ This repo contains an Archlinux PKGBUILD to compile and pack the tools required Build this repo using the following command and afterwards install the generated `.pkg.tar.xz` file: ```console -# docker run --rm -ti -v $(pwd):/src luzifer/arch-repo-builder https://gist.github.com/799bd9e5a06c3b8509d6da3a8f530b5c.git +# docker run --rm -ti -v $(pwd):/src luzifer/arch-repo-builder https://github.com/luzifer-aur/vim-go-tools.git ```