From 9452e29cf045dda9e92e74ac68775c8d10eb12b5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 13 Feb 2021 11:55:50 -0500 Subject: [PATCH] close #328 --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4b9797e..ddfdbd0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ -# Luke's Auto-Rice Bootstraping Scripts (LARBS) - +# Luke's Auto-Rice Bootstrapping Scripts (LARBS) ## Installation: -On an Arch based distribution as root, run the following: +On an Arch-based distribution as root, run the following: ``` curl -LO larbs.xyz/larbs.sh @@ -39,14 +38,13 @@ that the programs file must be a three column `.csv`. The first column is a "tag" that determines how the program is installed, "" (blank) for the main repository, `A` for via the AUR or `G` if the program is a -git repository that is meant to be `make && sudo make install`ed. `V`if it's for -the void linux distribution's xbps package manager. +git repository that is meant to be `make && sudo make install`ed. The second column is the name of the program in the repository, or the link to -the git repository, and the third comment is a description (should be a verb +the git repository, and the third column is a description (should be a verb phrase) that describes the program. During installation, LARBS will print out this information in a grammatical sentence. It also doubles as documentation -for people who read the csv or who want to install my dotfiles manually. +for people who read the CSV and want to install my dotfiles manually. Depending on your own build, you may want to tactically order the programs in your programs file. LARBS will install from the top to the bottom.