Skip to content

Commit

Permalink
post update
Browse files Browse the repository at this point in the history
  • Loading branch information
oytunistrator committed Dec 15, 2024
1 parent 935a4a2 commit 1ef8622
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions _posts/2024-12-14-developing-a-desktop-environment-in-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ Prerequisites

Before diving in, make sure you have the following:

A Linux system with an X server running.
Go installed (1.20 or later recommended).
The xgb and xgbutil packages installed:
* A Linux system with an X server running.
* Go installed (1.20 or later recommended).

The xgb and xgbutil packages installed:

```bash
go get -u github.com/BurntSushi/xgb github.com/BurntSushi/xgbutils
```

**Step 1: Connecting to the X Server**

Expand Down

0 comments on commit 1ef8622

Please sign in to comment.