Update 'README.md'

This commit is contained in:
JaydenMW 2021-03-17 13:56:44 +00:00
parent 84c8567b13
commit 657181cbbd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ These are some useful scripts that I wrote in bash.
# arch linux installation # arch linux installation
To install for arch linux, run these commands below. (go into an emtpty directory first) To install for arch linux, run these commands below. (go into an emtpty directory first)
> wget https://tildegit.org/JaydenMW/scripts/raw/branch/main/arch-pkgbuild/PKGBUILD > wget https://tildegit.org/JaydenMW/scripts/raw/branch/main/arch-pkgbuild/PKGBUILD
> makepkg -si > && makepkg -si
# other distributions (portable) # other distributions (portable)
> git clone https://tildegit.org/JaydenMW/scripts > git clone https://tildegit.org/JaydenMW/scripts