Skip to content

Commit e9e04a4

Browse files
committed
Switch to WSL
1 parent 6c42ec3 commit e9e04a4

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

README.ja.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- [このチュートリアルの指導目標](#the-teaching-goal-of-this-tutorial)
3131
- [前提条件](#prerequisites)
3232
- [Docker](#docker)
33-
- [Cygwin](#cygwin)
33+
- [WSL](#wsl)
3434
- [起動](#start-up)
3535
- [アーキテクチャ](#architecture)
3636
- [Kurento 設定](#kurento-configuration)
@@ -140,12 +140,10 @@ FIWARE システム内の Generic Enabler として統合し、コンテキス
140140
[ここ](https://docs.docker.com/compose/install/)に記載されている手順に従う必要
141141
があります。
142142

143-
<a name="cygwin"></a>
144-
145-
## Cygwin
143+
## WSL
146144

147145
シンプルな bash スクリプトを使用してサービスを開始します。Windows ユーザは
148-
[cygwin](http://www.cygwin.com/) をダウンロードして、Windows 上の Linux ディスト
146+
[を使用して Windows に Linux をインストールする方法](https://learn.microsoft.com/ja-jp/windows/wsl/install) をダウンロードして、Windows 上の Linux ディスト
149147
リビューションと同様のコマンドライン機能を提供する必要があります。
150148

151149
<a name="start-up"></a>

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ container, no HTTP calls are required.
3333
- [The teaching goal of this tutorial](#the-teaching-goal-of-this-tutorial)
3434
- [Prerequisites](#prerequisites)
3535
- [Docker](#docker)
36-
- [Cygwin](#cygwin)
36+
- [WSL](#wsl)
3737
- [Start Up](#start-up)
3838
- [Architecture](#architecture)
3939
- [Kurento Configuration](#kurento-configuration)
@@ -117,10 +117,11 @@ configure the required services for the application. This means all container se
117117
command. Docker Compose is installed by default as part of Docker for Windows and Docker for Mac, however Linux users
118118
will need to follow the instructions found [here](https://docs.docker.com/compose/install/)
119119

120-
## Cygwin
120+
## WSL
121121

122-
We will start up our services using a simple bash script. Windows users should download [cygwin](http://www.cygwin.com/)
123-
to provide a command-line functionality similar to a Linux distribution on Windows.
122+
We will start up our services using a simple bash script. Windows users should download the
123+
[Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/install) to provide a command-line
124+
functionality similar to a Linux distribution on Windows.
124125

125126
# Start Up
126127

0 commit comments

Comments
 (0)