Selaa lähdekoodia

Added install section to readme.

Dalton Nell 9 vuotta sitten
vanhempi
commit
c2dc5cbbec
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10
    0
      README.md

+ 10
- 0
README.md Näytä tiedosto

48
 You can see scrot leaves garbage lines over the things you're trying to screenshot!
48
 You can see scrot leaves garbage lines over the things you're trying to screenshot!
49
 While slop not only looks nicer, it's impossible for it to end up in screenshots or recordings because it waits for DestroyNotify events before completely shutting down. Only after the window is completely destroyed can anything take a screenshot.
49
 While slop not only looks nicer, it's impossible for it to end up in screenshots or recordings because it waits for DestroyNotify events before completely shutting down. Only after the window is completely destroyed can anything take a screenshot.
50
 
50
 
51
+how to install
52
+--------------
53
+You really should use your package manager when possible, you never know what kind of garbage applications will dump everywhere. For example you can install slop on Arch Linux by installing it from the AUR: [slop-git](https://aur.archlinux.org/packages/slop-git/).
54
+
55
+However slop just installs a single binary to /usr/bin. If that's ok with you-- you can install it with:
56
+```bash
57
+make && sudo make install
58
+```
59
+Make sure to check out and install [maim](https://github.com/naelstrof/maim) too if you want a proper screenshot utility.
60
+
51
 help
61
 help
52
 ----
62
 ----
53
 ```text
63
 ```text