Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/getting_started/installation/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ yay -Syu
```shell
$ yay -S --needed \
git sudo clang make cmake meson ninja python python-pip curl unzip pkgconf \
wayland wayland-protocols wlroots0.15 glm glew librsvg ttf-ubuntu-font-family
wayland wayland-protocols wlroots0.15 glm cglm glew librsvg ttf-ubuntu-font-family
```

It might be a good idea to install applications that work in Zen.
Expand Down
2 changes: 1 addition & 1 deletion content/getting_started/installation/ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ yay -Syu
```shell
$ yay -S --needed \
git sudo clang make cmake meson ninja python python-pip curl unzip pkgconf \
wayland wayland-protocols wlroots0.15 glm glew librsvg ttf-ubuntu-font-family
wayland wayland-protocols wlroots0.15 glm cglm glew librsvg ttf-ubuntu-font-family
```

私たちのデスクトップ環境で動作するアプリケーションをインストールしておくのも良いかもしれません。
Expand Down