From f95d6ecb4f247b9d485d1f066a305a96bc91bf17 Mon Sep 17 00:00:00 2001 From: Bruno Fontes Date: Thu, 26 Jul 2018 11:40:46 -0300 Subject: [PATCH] Update README.md Updating comments to match aurman usage --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 519e0d1..4845e06 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # linuxShortcuts ## Pacman -### Aur.sh -This is not an automated script, but just a shorcut to `git clone` inside de Download folder, `makepkg -si` and delete the created structure. +### aur +Just a simple and fast shortcut to install aur packages using aurman with no confirmation. -**Recommended**: include in your `~/.bashrc` the following line: `alias aur='source ~/aur.sh'` +**Recommended**: include in your `~/.bashrc` the following line: `alias aur='source ~/linuxShortcuts/Pacman/aur'` **Usage**: find your package on aur website and just type `aur name-of-package`. @@ -12,8 +12,7 @@ This is not an automated script, but just a shorcut to `git clone` inside de Dow ### updateRepositories.sh -A basic script to update the original packages with Pacman - +A basic script to update the original packages with Pacman and aurman ## apt-get