We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7c75b commit 9a17e53Copy full SHA for 9a17e53
zh_tw/documentation/installation/index.md
@@ -202,7 +202,13 @@ $ pkg install runtime/ruby
202
在 Windows 上您可以使用 [Windows Package Manager CLI](https://github.com/microsoft/winget-cli) 來安裝 Ruby:
203
204
{% highlight sh %}
205
-> winget install RubyInstallerTeam.Ruby
+> winget install RubyInstallerTeam.Ruby.{MAJOR}.{MINOR}
206
+# 範例
207
+> winget install RubyInstallerTeam.Ruby.3.2
208
+# 查看所有可用的版本
209
+> winget search RubyInstallerTeam.Ruby
210
+# 注意:如果你正在為專案安裝 ruby,你可能也希望安裝 RubyWithDevKit
211
+> winget install RubyInstallerTeam.RubyWithDevKit.3.2
212
{% endhighlight %}
213
214
### Chocolatey package manager for Windows
0 commit comments