ソースを参照

Added install section to readme.

Dalton Nell 10 年 前
コミット
c2dc5cbbec
共有1 個のファイルを変更した10 個の追加0 個の削除を含む
  1. 10
    0
      README.md

+ 10
- 0
README.md ファイルの表示

@@ -48,6 +48,16 @@ Ok. Here's a comparison between 'scrot -s's selection and slop's:
48 48
 You can see scrot leaves garbage lines over the things you're trying to screenshot!
49 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 61
 help
52 62
 ----
53 63
 ```text