From ea201a0ba76f31de945d153602ead0cb01be01e3 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Tue, 22 Oct 2024 12:56:55 -0400 Subject: Minor cleanup to README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 509aa0f..77443b6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Includes my own custom set of suckless tools (dwm, slstatus, dmenu, etc.). Ships 2. Run `setup-alpine` 3. Run `setup-xorg-base` 4. [Enable community/edge/testing repos](https://wiki.alpinelinux.org/wiki/Repositories#Enabling_the_community_repository) -5. Install git, vim, bash, & doas +5. Install git, vim & doas 6. Edit doas permissions (`/etc/doas.conf`): ``` @@ -47,14 +47,14 @@ cd alpine-suck ## Installing -1) Install dependencies by running `./install-dependencies.sh`. The script will simply read required packages from `dependencies.txt` and run apk add. -2) Compile and install suckless software by running the `./install.sh` +1. Install dependencies by running `./install-dependencies.sh` +2. Compile and install suckless software by running the `./install.sh` ## TLDR ```sh cd alpine-suck # CD into this repository -doas ./install-dependencies.sh # Install alpine packages +doas sh ./install-dependencies.sh # Install alpine packages ``` Be sure to change the `$ALPINE_USER` variable to match that of your current @@ -67,7 +67,7 @@ $ALPINE_USER="bt" Then run the script to build suckless programs: ```sh -doas ./install.sh # Install everything +doas sh ./install.sh # Install everything ``` Reboot the machine. Log in as your main user. Run: -- cgit v1.2.3-54-g00ecf