Skip to content

Commit 7cb15d6

Browse files
committed
Rewrite information for installation using WSL (id)
1 parent c400a99 commit 7cb15d6

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

id/documentation/installation/index.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,15 @@ Ada banyak jalan untuk memasang Ruby:
3030
pada sistem Anda.
3131
* Dan terakhir, Anda juga dapat **membangun Ruby dari kode sumbernya**.
3232

33+
Pada Windows 10, Anda juga dapat menggunakan [Windows Subsystem untuk Linux][wsl]
34+
untuk memasang satu dari distribusi Linux yang didukung dan metode instalasi
35+
[wsl]: https://docs.microsoft.com/en-us/windows/wsl/about
36+
apapun yang tersedia pada sistem tersebut.
37+
3338
Berikut adalah daftar metode instalasi yang tersedia:
3439

3540
* [Package Management Systems](#package-management-systems)
3641
* [Debian, Ubuntu](#apt)
37-
* [Windows WSL Ubuntu](#apt-wsl)
3842
* [CentOS, Fedora, RHEL](#yum)
3943
* [Snap](#snap)
4044
* [Gentoo](#portage)
@@ -84,26 +88,6 @@ $ sudo apt-get install ruby-full
8488
{% endhighlight %}
8589

8690

87-
### apt (Windows WSL Ubuntu)
88-
{: #apt-wsl}
89-
90-
Jika Anda menggunakan Windows 10, Anda dapat menggunakan sistem operasi
91-
Linux Ubuntu dengan WSL. Dan Anda juga dapat menggunakan Ruby dengan apt.
92-
93-
Ada sebuah informasi tentang bagaimana memasang WSL:
94-
95-
[Windows Subsystem for Linux Installation Guide for Windows 10](https://docs.microsoft.com/en-us/windows/wsl/install-win10)
96-
97-
Anda dapat menggunakan apt yang sama pada sistem operasi Linux sebagai
98-
berikut:
99-
100-
{% highlight sh %}
101-
$ sudo apt-get install ruby-full
102-
{% endhighlight %}
103-
104-
atau Anda juga dapat menggunakan Ruby *manager*, seperti rbenv pada WSL.
105-
106-
10791
### yum (CentOS, Fedora, atau RHEL)
10892
{: #yum}
10993

@@ -365,3 +349,4 @@ diatur oleh alat bantu apapun.
365349
[download]: /id/downloads/
366350
[installers]: /id/documentation/installation/#installers
367351
[readme]: https://github.com/ruby/ruby#how-to-compile-and-install
352+
[wsl]: https://docs.microsoft.com/en-us/windows/wsl/about

0 commit comments

Comments
 (0)