aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.ja.md22
-rw-r--r--README.md23
2 files changed, 19 insertions, 26 deletions
diff --git a/README.ja.md b/README.ja.md
index ae2301fb..1317d80a 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -29,24 +29,22 @@ Swayは沢山のディストリビューションで提供されています。"
29 29
30次の依存パッケージをインストールしてください: 30次の依存パッケージをインストールしてください:
31 31
32* meson 32* meson \*
33* [wlc](https://github.com/Cloudef/wlc) 33* [wlroots](https://github.com/swaywm/wlroots)
34* wayland 34* wayland
35* xwayland 35* wayland-protocols \*
36* libinput >= 1.6.0
37* libcap
38* pcre 36* pcre
39* json-c >= 0.13 37* json-c
40* pango 38* pango
41* cairo 39* cairo
42* gdk-pixbuf2 * 40* gdk-pixbuf2 \*\*
43* pam ** 41* pam \*\*\* (オプション: swaylockとPAMで必要)
44* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (manで必要です) 42* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (manで必要です) \*
45* git 43* git \*
46 44
47_\*swaybar,swaybg,swaylock必要す_ 45_\*_
48 46
49_\*\*swaylockでのみ必要です_ 47_\*\*オプション: swaybgとswaylockでのみ必要です_
50 48
51次のコマンドを実行してください: 49次のコマンドを実行してください:
52 50
diff --git a/README.md b/README.md
index ca47b876..6f93211e 100644
--- a/README.md
+++ b/README.md
@@ -32,27 +32,22 @@ channel or shoot an email to sir@cmpwn.com for advice.
32 32
33Install dependencies: 33Install dependencies:
34 34
35* meson 35* meson \*
36* [wlroots](https://github.com/swaywm/wlroots) 36* [wlroots](https://github.com/swaywm/wlroots)
37* wayland 37* wayland
38* xwayland 38* wayland-protocols \*
39* libinput >= 1.6.0
40* libcap
41* pcre 39* pcre
42* json-c >= 0.13 40* json-c
43* pango 41* pango
44* cairo 42* cairo
45* gdk-pixbuf2 * 43* gdk-pixbuf2 \*\*
46* pam ** 44* pam \*\*\* (optional: PAM support for swaylock)
47* dbus >= 1.10 *** 45* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (optional: man pages) \*
48* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (required for man pages) 46* git \*
49* git
50 47
51_\*Only required for swaybar, swaybg, and swaylock_ 48_\*Compile-time dep_
52 49
53_\*\*Only required for swaylock_ 50_\*\*optional: required for swaybg and swaylock_
54
55_\*\*\*Only required for tray support_
56 51
57Run these commands: 52Run these commands:
58 53