diff --git a/README.ja.md b/README.ja.md
index eb7350d..8b64aeb 100644
--- a/README.ja.md
+++ b/README.ja.md
@@ -33,7 +33,7 @@ IoT センサをアクティブにし、これらのセンサからの測定値
- [アーキテクチャ](#architecture)
- [前提条件](#prerequisites)
- [Docker と Docker Compose](#docker-and-docker-compose)
- - [Cygwin for Windows](#cygwin-for-windows)
+ - [WSL](#wsl)
- [起動](#start-up)
- [MongoDB - コンテキスト・データをデータベースに永続化](#mongodb---persisting-context-data-into-a-database)
- [MongoDB - データベース・サーバの設定](#mongodb---database-server-configuration)
@@ -256,12 +256,10 @@ docker version
Docker バージョン 20.10 以降と Docker Compose 1.29 以上を使用していることを確認
し、必要に応じてアップグレードしてください。
-
-
-## Cygwin for Windows
+## WSL
シンプルな bash スクリプトを使用してサービスを開始します。Windows ユーザは
-[cygwin](http://www.cygwin.com/) をダウンロードして、Windows 上の Linux ディスト
+[を使用して Windows に Linux をインストールする方法](https://learn.microsoft.com/ja-jp/windows/wsl/install) をダウンロードして、Windows 上の Linux ディスト
リビューションと同様のコマンドライン機能を提供する必要があります。
diff --git a/README.md b/README.md
index 083abdc..408fc31 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also a
- [Architecture](#architecture)
- [Prerequisites](#prerequisites)
- [Docker and Docker Compose](#docker-and-docker-compose)
- - [Cygwin for Windows](#cygwin-for-windows)
+ - [WSL](#wsl)
- [Start Up](#start-up)
- [MongoDB - Persisting Context Data into a Database](#mongodb---persisting-context-data-into-a-database)
- [MongoDB - Database Server Configuration](#mongodb---database-server-configuration)
@@ -214,10 +214,11 @@ docker version
Please ensure that you are using Docker version 20.10 or higher and Docker Compose 1.29 or higher and upgrade if
necessary.
-## Cygwin for Windows
+## WSL
-We will start up our services using a simple Bash script. Windows users should download [cygwin](http://www.cygwin.com/)
-to provide a command-line functionality similar to a Linux distribution on Windows.
+We will start up our services using a simple Bash script. Windows users should download the
+[Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/install) to provide a command-line
+functionality similar to a Linux distribution on Windows.
# Start Up