From bf8dde78d9eb0d3179db1ddbfc4d3c560210ca84 Mon Sep 17 00:00:00 2001
From: Julian Xhokaxhiu <julianxhokaxhiu@users.noreply.github.com>
Date: Thu, 29 Nov 2018 23:23:18 +0100
Subject: [PATCH] Replace aurman with yay (#101)

aurman is deprecated as stated officially in the project README
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d5eb638..cf9cc10 100644
--- a/README.md
+++ b/README.md
@@ -66,10 +66,10 @@ rpm -i dive_0.3.0_linux_amd64.rpm
 Available as [dive](https://aur.archlinux.org/packages/dive/) in the Arch User Repository (AUR).
 
 ```bash
-aurman -S dive
+yay -S dive
 ```
 
-The above example assumes `aurman` as the tool for installing AUR packages.
+The above example assumes [`yay`](https://aur.archlinux.org/packages/yay/) as the tool for installing AUR packages.
 *Note*: the AUR repository is **not** controlled by the dive project maintainer. 
 
 **Mac**