Skip to content

Commit a63cda2

Browse files
riseshiayous
andauthored
Translate OpenBSD section (ko) (#2538)
* Backport #2529, #2534 to article * Translate OpenBSD section * Update ko/documentation/installation/index.md Co-authored-by: Chayoung You <yousbe@gmail.com> Co-authored-by: Chayoung You <yousbe@gmail.com>
1 parent 56b3218 commit a63cda2

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ko/documentation/installation/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Windows 10을 사용 중이라면 [Windows Subsystem for Linux][wsl]를 사용
4444
* [Arch Linux](#pacman)
4545
* [macOS](#homebrew)
4646
* [FreeBSD](#freebsd)
47+
* [OpenBSD](#openbsd)
4748
* [OpenIndiana](#openindiana)
4849
* [다른 배포판](#other-systems)
4950
* [인스톨러](#installers)
@@ -171,6 +172,24 @@ FreeBSD 상의 루비와 그 환경에 대해서 더 자세한 정보는
171172
[FreeBSD Ruby Project 웹사이트][freebsd-ruby]에서 얻을 수 있습니다.
172173

173174

175+
### OpenBSD
176+
{: #openbsd}
177+
178+
OpenBSD와 그 배포판인 adJ에는 3개의 루비 메이저 버전의 패키지가 있습니다.
179+
다음 명령을 통해 설치 가능한 버전을 확인하고 설치할 수 있습니다.
180+
181+
{% highlight sh %}
182+
$ doas pkg_add ruby
183+
{% endhighlight %}
184+
185+
각 버전의 바이너리는 다른 이름(예: `ruby27`, `ruby26`)을 가지고 있으므로
186+
동시에 여러 메이저 버전을 설치할 수 있습니다.
187+
188+
가장 최신의 루비 버전이 릴리스된 며칠 후면 OpenBSD 포트 컬렉션의 `HEAD` 브랜치에
189+
이 플랫폼을 위한 루비 버전이 추가되어 있을 것입니다.
190+
[가장 최신의 포트 컬렉션의 lang/ruby 디렉터리][openbsd-current-ruby-ports]를 확인하세요.
191+
192+
174193
### OpenIndiana에서의 루비
175194
{: #openindiana}
176195

@@ -331,3 +350,4 @@ $ sudo make install
331350
[wsl]: https://docs.microsoft.com/ko-kr/windows/wsl/about
332351
[asdf-vm]: https://asdf-vm.com/
333352
[asdf-ruby]: https://github.com/asdf-vm/asdf-ruby
353+
[openbsd-current-ruby-ports]: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang/ruby/?only_with_tag=HEAD

0 commit comments

Comments
 (0)