Skip to content

Commit a75686d

Browse files
authored
Update documentation (ko) (#2888)
* Follow changes of #2686, #2692, #2699, #2703
1 parent 9cddf93 commit a75686d

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

ko/community/user-groups/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ Ruby 유저 그룹에 관한 정보는 여러 웹 사이트에서 얻을 수 있
2424
유저 그룹을 위한 몇 가지 툴을 제공하고 있습니다. 비공개 포럼, 공지를 위한 장소,
2525
자동 리마인더, 훌륭한 RSVP(참석여부 체크) 시스템 등등이 그것이죠.
2626

27+
[OnRuby][2]
28+
: OnRuby에서도 유저 그룹을 발견할 수 있습니다. OnRuby는 Ruby로 작성한 오픈 소스
29+
플랫폼으로, 미트업을 만드는 데 사용할 수 있습니다. 소스는 [GitHub][3]에서 볼
30+
수 있습니다.
31+
2732
### 직접 그룹을 만들기
2833

2934
직접 그룹을 만들기 원하시면 지역에 Ruby 그룹이 있는지를 먼저 확인하셔야 합니다.
@@ -33,3 +38,5 @@ Ruby 유저 그룹에 관한 정보는 여러 웹 사이트에서 얻을 수 있
3338

3439

3540
[meetup]: https://www.meetup.com/topics/ruby/
41+
[2]: https://www.onruby.eu/
42+
[3]: https://github.com/phoet/on_ruby

ko/documentation/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ Ruby를 배울 수 있는 매뉴얼과 튜토리얼, 코딩할 때 도움이 되
3232
고전입니다.
3333

3434
[Ruby Essentials][7] (영문)
35-
: Ruby 에센셜은 간결하고 따라 하기 쉬운 가이드를 제공하도록 디자인된 무료
36-
온라인 책입니다.
35+
: 간결하고 따라 하기 쉬운 Ruby 가이드를 제공하는 무료 온라인 책입니다.
3736

3837
[Learn to Program][8] (영문)
3938
: Chris Pine 님이 작성한 초보자를 위한 작고 멋진 튜토리얼입니다.

ko/documentation/installation/index.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Windows 10을 사용 중이라면 [Windows Subsystem for Linux][wsl]를 사용
4646
* [FreeBSD](#freebsd)
4747
* [OpenBSD](#openbsd)
4848
* [OpenIndiana](#openindiana)
49+
* [Windows 패키지 관리자](#winget)
50+
* [Chocolatey 패키지 관리자](#chocolatey)
4951
* [다른 배포판](#other-systems)
5052
* [인스톨러](#installers)
5153
* [ruby-build](#ruby-build)
@@ -204,6 +206,28 @@ $ pkg install runtime/ruby
204206

205207
하지만, 서드파티 도구를 사용하는 것이 최신 버전의 Ruby를 얻는 더 좋은 방법입니다.
206208

209+
### Windows 패키지 관리자
210+
{: #winget}
211+
212+
Windows에서 [Windows 패키지 관리자 CLI](https://github.com/microsoft/winget-cli)
213+
사용해서 Ruby를 설치할 수 있습니다.
214+
215+
{% highlight sh %}
216+
> winget install Ruby
217+
{% endhighlight %}
218+
219+
### Chocolatey 패키지 관리자
220+
{: #chocolatey}
221+
222+
또한 Windows에서 [Chocolatey 패키지 관리자](https://chocolatey.org/install)
223+
사용해서 Ruby를 설치할 수 있습니다.
224+
225+
{% highlight sh %}
226+
> choco install ruby
227+
{% endhighlight %}
228+
229+
`msys2`가 이미 설치되어 있다면 이를 그대로 사용하고, 아니면 완전한 Ruby 개발
230+
환경을 위해서 새로 설치합니다.
207231

208232
### 다른 배포판
209233

0 commit comments

Comments
 (0)