Skip to content

Commit a6c2cf1

Browse files
riseshiayous
andauthored
Translate follow up for document update (ko) (#2943)
* Update the instruction to subscribe the mailing lists (ko) Follow up #2911 * Translate "Add installation method: rbenv for Windows" (ko) Follow up #2915 * Apply suggestions from code review Co-authored-by: Chayoung You <[email protected]> Co-authored-by: Chayoung You <[email protected]>
1 parent 63b7cd8 commit a6c2cf1

File tree

2 files changed

+9
-54
lines changed
  • ko
    • community/mailing-lists/manual-instructions
    • documentation/installation

2 files changed

+9
-54
lines changed

ko/community/mailing-lists/manual-instructions/index.md

+1-54
Original file line numberDiff line numberDiff line change
@@ -4,57 +4,4 @@ title: "수동 메일링 리스트 조작"
44
lang: ko
55
---
66

7-
NOTE: 구독할 수 없는 경우 [https://ml.ruby-lang.org/mailman3/postorius/lists/](https://ml.ruby-lang.org/mailman3/postorius/lists/)
8-
참고하세요.
9-
10-
메일링 리스트를 구독하려면 다음 내용의 평문 이메일을 제목 없이
11-
자동화된 “controller” 메일 주소로 보내면 됩니다.
12-
13-
subscribe
14-
{: .code}
15-
16-
Ruby-Talk
17-
: Ruby-Talk 메일링 리스트에서 controller 메일 주소는
18-
19-
투고용 메일 주소는
20-
21-
관리자(사람)의 메일 주소는
22-
23-
24-
Ruby-Core
25-
: Ruby-Core 메일링 리스트에서 controller 메일 주소는
26-
27-
투고용 메일 주소는
28-
29-
관리자(사람)의 메일 주소는
30-
31-
32-
Ruby-Doc
33-
: Ruby-Doc 메일링 리스트에서 controller 메일 주소는
34-
35-
투고용 메일 주소는
36-
37-
관리자(사람)의 메일 주소는
38-
39-
40-
Ruby-CVS
41-
: Ruby-CVS 메일링 리스트에서 controller 메일 주소는
42-
43-
투고용 메일 주소는
44-
45-
관리자(사람)의 메일 주소는
46-
47-
48-
### 해지
49-
50-
메일링 리스트를 구독 해지하시려면
51-
**controller 메일 주소**로 본문에 “unsubscribe”라고 적으신 다음 보내시면 됩니다.
52-
53-
unsubscribe
54-
{: .code}
55-
56-
평문 메일인지 확인하세요. HTML은 동작하지 않습니다.
57-
58-
### help 명령어
59-
60-
명렁어 목록을 보시려면 controller 메일 주소로 본문이 “help”인 메일을 보내세요.
7+
[https://ml.ruby-lang.org/mailman3/postorius/lists/](https://ml.ruby-lang.org/mailman3/postorius/lists/)를 참고하세요.

ko/documentation/installation/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,13 @@ rbenv 자체는 Ruby 설치를 지원하지 않습니다만, [ruby-build](#ruby-
316316
유명한 플러그인에서 Ruby를 설치할 수 있습니다.
317317
rbenv, ruby-build 모두 macOS, Linux나 다른 UNIX-계열 운영체제에서 사용가능합니다.
318318

319+
### rbenv for Windows
320+
{: #rbenv-for-windows}
321+
322+
[rbenv for Windows][rbenv-for-windows]는 Windows에서 여러 종류의 Ruby를 설치하고
323+
관리할 수 있도록 합니다. 이는 PowerShell로 작성되었으므로 Windows에서 Ruby를
324+
이용하는 사용자들에게 자연스러운 수단을 제공합니다. 또한 커맨드 라인 인터페이스는
325+
UNIX-계열 운영체제의 [rbenv][rbenv]와 호환됩니다.
319326

320327
### RVM ("Ruby Version Manager")
321328
{: #rvm}
@@ -356,6 +363,7 @@ $ sudo make install
356363

357364
[rvm]: http://rvm.io/
358365
[rbenv]: https://github.com/rbenv/rbenv#readme
366+
[rbenv-for-windows]: https://github.com/ccmywish/rbenv-for-windows#readme
359367
[ruby-build]: https://github.com/rbenv/ruby-build#readme
360368
[ruby-install]: https://github.com/postmodern/ruby-install#readme
361369
[chruby]: https://github.com/postmodern/chruby#readme

0 commit comments

Comments
 (0)