~bt/open-suck

e82925f1f26ffdda8a08a4fa4146c434f81578c3 — Bradley Taunt 6 months ago bcc19a7
Update core repo name in README file
1 files changed, 4 insertions(+), 4 deletions(-)

M README.md
M README.md => README.md +4 -4
@@ 4,7 4,7 @@ Lightweight Desktop installer for OpenBSD based on the suckless philosophy.
Includes my own custom set of suckless tools (dwm, slstatus, dmenu, etc.)

![Screenshot of dwm running on
OpenBSD](/~bt/open-suck-installer/blob/master/screenshot.png)
OpenBSD](/~bt/open-suck/blob/master/screenshot.png)

Successfully installed on:



@@ 26,9 26,9 @@ permit nopass :wheel

Clone the main installer project:

`git clone https://git.sr.ht/~bt/open-suck-installer`
`git clone https://git.sr.ht/~bt/open-suck`

`cd open-suck-installer`
`cd open-suck`

## Installing



@@ 38,7 38,7 @@ Clone the main installer project:
## TL;DR

```sh
cd open-suck-installer # CD into this repository
cd open-suck # CD into this repository
doas sh ./install-dependencies.sh # Install OpenBSD packages
```