Skip to content

Commit

Permalink
Improve winget installation instructions (zh_tw) (#3129)
Browse files Browse the repository at this point in the history
  • Loading branch information
timfanda35 authored Oct 13, 2023
1 parent 2d7c75b commit 9a17e53
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion zh_tw/documentation/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,13 @@ $ pkg install runtime/ruby
在 Windows 上您可以使用 [Windows Package Manager CLI](https://github.com/microsoft/winget-cli) 來安裝 Ruby:

{% highlight sh %}
> winget install RubyInstallerTeam.Ruby
> winget install RubyInstallerTeam.Ruby.{MAJOR}.{MINOR}
# 範例
> winget install RubyInstallerTeam.Ruby.3.2
# 查看所有可用的版本
> winget search RubyInstallerTeam.Ruby
# 注意:如果你正在為專案安裝 ruby,你可能也希望安裝 RubyWithDevKit
> winget install RubyInstallerTeam.RubyWithDevKit.3.2
{% endhighlight %}

### Chocolatey package manager for Windows
Expand Down

0 comments on commit 9a17e53

Please sign in to comment.