From 9462017eaf48a2bb9f5e4d4bac5cab4624121189 Mon Sep 17 00:00:00 2001 From: Conor Date: Thu, 2 Dec 2021 11:47:46 +1000 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acc7e2c0..7e3604c0 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ cd ~/lazydocker makepkg --install ``` -A development version of the AUR package is also [available](https://aur.archlinux.org/lazydocker-git.git) +A development version of the AUR package is also [available](https://github.com/jesseduffield/lazydocker) ### Docker From 4a99c4699b85c51af7bcbc66441f933c01b779c6 Mon Sep 17 00:00:00 2001 From: Conor Date: Thu, 2 Dec 2021 11:55:23 +1000 Subject: [PATCH 2/5] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e3604c0..f109f47e 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,10 @@ cd ~/lazydocker makepkg --install ``` -A development version of the AUR package is also [available](https://github.com/jesseduffield/lazydocker) +A development version of the AUR package is also [available](https://github.com/jesseduffield/lazydocker): +```sh +yay -S lazydocker +``` ### Docker From ae9bbdaf1934af3ad93f91096c865ccb12375841 Mon Sep 17 00:00:00 2001 From: Conor Date: Thu, 2 Dec 2021 11:55:36 +1000 Subject: [PATCH 3/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f109f47e..e26211e3 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ makepkg --install ``` A development version of the AUR package is also [available](https://github.com/jesseduffield/lazydocker): + ```sh yay -S lazydocker ``` From baf17599928419d93defa1fdc1d852c0b4376dbb Mon Sep 17 00:00:00 2001 From: Conor Date: Thu, 2 Dec 2021 18:11:25 +1000 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e26211e3..b0054074 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ cd ~/lazydocker makepkg --install ``` -A development version of the AUR package is also [available](https://github.com/jesseduffield/lazydocker): +A development version of the AUR package is also [available](https://aur.archlinux.org/packages/lazydocker): ```sh yay -S lazydocker From b30648c74216ef090f8b22518fe2f2282e2c7149 Mon Sep 17 00:00:00 2001 From: Conor Date: Fri, 3 Dec 2021 09:26:17 +1000 Subject: [PATCH 5/5] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index b0054074..105ae3c1 100644 --- a/README.md +++ b/README.md @@ -107,15 +107,7 @@ go get github.com/jesseduffield/lazydocker ### Arch Linux AUR -You can install lazydocker using your AUR package manager of choice or by running: - -```sh -git clone https://aur.archlinux.org/lazydocker.git ~/lazydocker -cd ~/lazydocker -makepkg --install -``` - -A development version of the AUR package is also [available](https://aur.archlinux.org/packages/lazydocker): +You can install lazydocker using the [AUR](https://aur.archlinux.org/packages/lazydocker) by running: ```sh yay -S lazydocker