aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
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: