File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,18 +31,19 @@ msgstr "## サポートしているバージョン"
3131msgid "Here are supported Debian GNU/Linux versions:"
3232msgstr "サポートしているDebian GNU/Linuxのバージョンは次の通りです。"
3333
34- msgid " * [bookworm](#install-on-bookworm)"
34+ msgid ""
35+ " * [trixie](#install-on-trixie)\n"
36+ " * [bookworm](#install-on-bookworm)"
3537msgstr ""
3638
37- msgid "## How to install on Debian GNU/Linux bookworm {#install-on-bookworm}"
38- msgstr ""
39- "## Debian GNU/Linux bookwormにインストールする方法 {#install-on-bookworm}"
39+ msgid "## How to install on Debian GNU/Linux trixie {#install-on-trixie}"
40+ msgstr "## Debian GNU/Linux trixieにインストールする方法 {#install-on-trixie}"
4041
4142msgid ""
4243"You can use the following instruction to install PGroonga on Debian GNU/"
43- "Linux bookworm ."
44+ "Linux trixie ."
4445msgstr ""
45- "Debian GNU/Linux bookwormにPGroongaをインストールする方法は次の通りです 。"
46+ "Debian GNU/Linux trixieにPGroongaをインストールする方法は次の通りです 。"
4647
4748msgid "Install `groonga-apt-source` package:"
4849msgstr "`groonga-apt-source`パッケージをインストールします。"
@@ -141,6 +142,17 @@ msgid ""
141142"```"
142143msgstr ""
143144
145+ msgid "## How to install on Debian GNU/Linux bookworm {#install-on-bookworm}"
146+ msgstr ""
147+ "## Debian GNU/Linux bookwormにインストールする方法 {#install-on-bookworm}"
148+
149+ msgid ""
150+ "On bookworm, follow the same installation procedure as trixie. Please refer "
151+ "to [trixie](#install-on-trixie)."
152+ msgstr ""
153+ "bookworm のインストール方法は、trixie のインストール方法と同じです。 [trixie]"
154+ "(#install-on-trixie) を参照してください。"
155+
144156msgid "That's all!"
145157msgstr "これで終わりです!"
146158
Original file line number Diff line number Diff line change @@ -62,6 +62,9 @@ msgstr ""
6262msgid " * [Debian GNU/Linux](debian.html)"
6363msgstr ""
6464
65+ msgid " * trixie"
66+ msgstr ""
67+
6568msgid " * bookworm"
6669msgstr ""
6770
Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ This document describes how to install PGroonga on Debian GNU/Linux.
1010
1111Here are supported Debian GNU/Linux versions:
1212
13+ * [ trixie] ( #install-on-trixie )
1314 * [ bookworm] ( #install-on-bookworm )
1415
15- ## How to install on Debian GNU/Linux bookworm {#install-on-bookworm }
16+ ## How to install on Debian GNU/Linux trixie {#install-on-trixie }
1617
17- You can use the following instruction to install PGroonga on Debian GNU/Linux bookworm .
18+ You can use the following instruction to install PGroonga on Debian GNU/Linux trixie .
1819
1920Install ` groonga-apt-source ` package:
2021
@@ -74,6 +75,10 @@ Connect to the created database and execute `CREATE EXTENSION pgroonga`:
7475$ sudo -u postgres -H psql -d pgroonga_test --command ' CREATE EXTENSION pgroonga'
7576```
7677
78+ ## How to install on Debian GNU/Linux bookworm {#install-on-bookworm}
79+
80+ On bookworm, follow the same installation procedure as trixie. Please refer to [ trixie] ( #install-on-trixie ) .
81+
7782That's all!
7883
7984Try [ tutorial] ( ../tutorial/ ) . You can understand more about PGroonga.
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ See a document for your platform in the followings:
2525
2626 * [ Debian GNU/Linux] ( debian.html )
2727
28+ * trixie
29+
2830 * bookworm
2931
3032 * [ Ubuntu] ( ubuntu.html )
Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ title: Debian GNU/Linuxにインストール
1010
1111サポートしているDebian GNU/Linuxのバージョンは次の通りです。
1212
13+ * [ trixie] ( #install-on-trixie )
1314 * [ bookworm] ( #install-on-bookworm )
1415
15- ## Debian GNU/Linux bookwormにインストールする方法 {#install-on-bookworm }
16+ ## Debian GNU/Linux trixieにインストールする方法 {#install-on-trixie }
1617
17- Debian GNU/Linux bookwormにPGroongaをインストールする方法は次の通りです 。
18+ Debian GNU/Linux trixieにPGroongaをインストールする方法は次の通りです 。
1819
1920` groonga-apt-source ` パッケージをインストールします。
2021
@@ -74,6 +75,10 @@ $ sudo -u postgres -H psql --command 'CREATE DATABASE pgroonga_test'
7475$ sudo -u postgres -H psql -d pgroonga_test --command ' CREATE EXTENSION pgroonga'
7576```
7677
78+ ## Debian GNU/Linux bookwormにインストールする方法 {#install-on-bookworm}
79+
80+ bookworm のインストール方法は、trixie のインストール方法と同じです。 [ trixie] ( #install-on-trixie ) を参照してください。
81+
7782これで終わりです!
7883
7984[ チュートリアル] ( ../tutorial/ ) を試してください。PGroongaについてもっと理解できるはずです。
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ upper_level: ../
2525
2626 * [ Debian GNU/Linux] ( debian.html )
2727
28+ * trixie
29+
2830 * bookworm
2931
3032 * [ Ubuntu] ( ubuntu.html )
You can’t perform that action at this time.
0 commit comments