Skip to content

Commit

Permalink
Updated README (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerjenigeUberMensch authored Jul 16, 2024
1 parent 5d48462 commit 5c11516
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,25 @@ cd xcb-wswm
git checkout origin/Experimental
```
4. Configure it See **Configuration** (Optional)
5. `sudo make install` to install or `make` to just compile.
6. Done.
5. Compile using Make
```
make
```
6. Install on system, install location '/usr/local/bin'
```
sudo make install
```
7. Done.

## Uninstalling
1. Change Directory to xcb-wswm.
```
cd xcb-wswm
```
2. Uninstall using Make
```
sudo make uninstall
```

## How to Run/Use
1. Compile, See Above.
Expand Down

0 comments on commit 5c11516

Please sign in to comment.