Skip to content

Commit 3c28f1a

Browse files
committed
Updated README.md
1 parent a53cf04 commit 3c28f1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,15 @@ Clone the repo and check out the branch for the Gnome Shell version you're runni
2727
- 40-41 ([EOL](https://release.gnome.org/calendar/#releases)): https://github.com/paperwm/PaperWM/tree/gnome-40
2828
- 3.28-3.38 ([EOL](https://release.gnome.org/calendar/#releases)): https://github.com/paperwm/PaperWM/tree/gnome-3.38
2929

30-
then run the [`install.sh`](https://github.com/paperwm/PaperWM/blob/release/install.sh) script
30+
then run the [`make install`](https://github.com/paperwm/PaperWM/blob/release/install.sh)
3131
from the repository. The installer will create a link to the repo in
3232
`~/.local/share/gnome-shell/extensions`. It will then ask if you want to enable PaperWM.
3333
```bash
34-
./install.sh # install, load and enable paperwm
34+
make install # install, load and enable paperwm
3535
```
36+
37+
Running the extension will automatically install a user config file as described in [User configuration & development](#user-configuration--development).
38+
3639
> #### ➡️ You'll need to restart Gnome shell after installing PaperWM, e.g. logout then login, or restart in place with an `alt-F2` and entering `r` (X11 only).
3740
>
3841
> After logging back in, you can then enable PaperWM via the `Extensions` application, or by running the following command from the command-line:
@@ -44,10 +47,7 @@ from the repository. The installer will create a link to the repo in
4447
4548
#### Uninstall PaperWM (if installed via source)
4649

47-
To uninstall simply run `./uninstall.sh`.
48-
49-
Running the extension will automatically install a user config file as described in [User configuration & development](#user-configuration--development).
50-
50+
To uninstall simply run `make uninstall`.
5151

5252
### Try without installing
5353

0 commit comments

Comments
 (0)