We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60f1de3 commit 5dd722fCopy full SHA for 5dd722f
1 file changed
ja/documentation/installation/index.md
@@ -198,8 +198,14 @@ $ pkg install runtime/ruby
198
{: #winget}
199
WindowsでRubyをインストールするには[Windows Package Manager CLI](https://github.com/microsoft/winget-cli)を利用します。
200
201
-{% highlight sh %}
202
-> winget install RubyInstallTeam.Ruby
+{% highlight powershell %}
+> winget install RubyInstallerTeam.Ruby.{MAJOR}.{MINOR}
203
+# 例
204
+> winget install RubyInstallerTeam.Ruby.3.2
205
+# 利用可能なすべてのバージョンを表示する
206
+> winget search RubyInstallerTeam.Ruby
207
+# 注意: プロジェクトで使用する Ruby をインストールする場合、RubyWithDevKit をインストールできます
208
+> winget install RubyInstallerTeam.RubyWithDevKit.3.2
209
{% endhighlight %}
210
211
### Chocolatey package manager for Windows
0 commit comments