aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-01-23 15:28:12 -0500
committerBradley Taunt <bt@btxx.org>2024-01-23 15:28:12 -0500
commit2ff28776129ee66bef8abc5c4fee47ae4ad0bcbd (patch)
treef77f9864c001fb1feaafd2ac2c7556b4b8e23871
parent0043fe4dc9febc404226b0ff5fc911ea74bd1f38 (diff)
Update README with proper details
-rw-r--r--README.md14
1 files changed, 1 insertions, 13 deletions
diff --git a/README.md b/README.md
index c5d7c85..d6b39dc 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ Now logout and log back in as your main user.
Clone the main installer project:
-`git clone https://git.sr.ht/~bt/open-suck`
+`git clone https://git.btxx.org/open-suck`
`cd open-suck`
@@ -54,18 +54,6 @@ Clone the main installer project:
```sh
cd open-suck # CD into this repository
doas sh ./install-dependencies.sh # Install OpenBSD packages
-```
-
-Be sure to edit the main `install.sh` file and change the username "bt" to your own:
-
-```sh
-mkdir /home/bt/.suckless
-cd /home/bt/.suckless
-```
-
-Save your changes and then run:
-
-```sh
doas sh ./install.sh # Install suckless tools
cp .xinitrc ~/.xinitrc # Apply .xinitrc
```