Skip to content

Commit 99039b8

Browse files
committed
Switch to WSL
1 parent 9073051 commit 99039b8

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.ja.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ IoT センサをアクティブにし、これらのセンサからの測定値
3333
- [アーキテクチャ](#architecture)
3434
- [前提条件](#prerequisites)
3535
- [Docker と Docker Compose](#docker-and-docker-compose)
36-
- [Cygwin for Windows](#cygwin-for-windows)
36+
- [WSL](#wsl)
3737
- [起動](#start-up)
3838
- [MongoDB - コンテキスト・データをデータベースに永続化](#mongodb---persisting-context-data-into-a-database)
3939
- [MongoDB - データベース・サーバの設定](#mongodb---database-server-configuration)
@@ -256,12 +256,10 @@ docker version
256256
Docker バージョン 20.10 以降と Docker Compose 1.29 以上を使用していることを確認
257257
し、必要に応じてアップグレードしてください。
258258

259-
<a name="cygwin-for-windows"></a>
260-
261-
## Cygwin for Windows
259+
## WSL
262260

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

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

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also a
3737
- [Architecture](#architecture)
3838
- [Prerequisites](#prerequisites)
3939
- [Docker and Docker Compose](#docker-and-docker-compose)
40-
- [Cygwin for Windows](#cygwin-for-windows)
40+
- [WSL](#wsl)
4141
- [Start Up](#start-up)
4242
- [MongoDB - Persisting Context Data into a Database](#mongodb---persisting-context-data-into-a-database)
4343
- [MongoDB - Database Server Configuration](#mongodb---database-server-configuration)
@@ -214,10 +214,11 @@ docker version
214214
Please ensure that you are using Docker version 20.10 or higher and Docker Compose 1.29 or higher and upgrade if
215215
necessary.
216216

217-
## Cygwin for Windows
217+
## WSL
218218

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

222223
# Start Up
223224

0 commit comments

Comments
 (0)