Update 'README.md'

This commit is contained in:
JaydenMW 2021-03-17 13:55:27 +00:00
parent c50c8618f3
commit 84c8567b13
1 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# scripts
These are some scripts that I wrote in bash.
These are some useful scripts that I wrote in bash.
# arch linux installation
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
> makepkg -si
# other distributions (portable)
> git clone https://tildegit.org/JaydenMW/scripts
# to install
> sudo mv * /usr/bin [or other directory]