Skip to content

Commit

Permalink
Fixed Minor Errors
Browse files Browse the repository at this point in the history
- Replaced nano with vim, due to minor error
- Added xorg to list of required packages
  • Loading branch information
MTSyntho authored Dec 27, 2024
1 parent 61571d9 commit 7fc1772
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Thank you in advance 🎩***

So here's how:

First confirm you have `git`, `python3`, `python3-pip`
First confirm you have `git`, `python3`, `python3-pip` and `xorg`

### Installing Git

Expand Down Expand Up @@ -137,7 +137,7 @@ After installing, somewhere in your home directory (/home/username or ~/) you'll
Open/create this file in a text editor of your choice (i'll use vim)

```bash
sudo nano ./.xinitrc
sudo vim ./.xinitrc
```

And write
Expand All @@ -150,6 +150,7 @@ And save

```bash
:wq!
#yes you can in fact close vim :0
```

Afterwards, if you wanna start X server with AzuOS running, just run
Expand Down

0 comments on commit 7fc1772

Please # to comment.