From 2665739b2d05c02f453ccab6260086d81619b3dc Mon Sep 17 00:00:00 2001 From: fowler Date: Wed, 7 Jul 2021 23:30:14 +0200 Subject: [PATCH] Fix replace instructions in 'README.md' (#3) Update 'README.md' Reviewed-on: https://git.harting.dev/anonfunc/ALHP.GO/pulls/3 Co-Authored-By: fowler Co-Committed-By: fowler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d322674..0a94324 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Following command reinstalls all packages found in the repo **extra-x86-64-v3** Replace `extra-x86-64-v3` with whatever repo you want to install. ```shell script -pacman -S $(pacman -Sl x86-64-v3 | grep installed | cut -f 2 -d " " | perl -pe 's/\R/ /g;') +pacman -S $(pacman -Sl extra-x86-64-v3 | grep installed | cut -f 2 -d " " | perl -pe 's/\R/ /g;') ``` This is only needed once, new updates are coming from this new repo then, as usual. \ No newline at end of file