Skip to content

Commit 7210054

Browse files
committed
Switch to WSL
1 parent cdfd532 commit 7210054

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
@@ -35,7 +35,7 @@
3535
- [IoT Agent for JSON の設定](#iot-agent-for-json-configuration)
3636
- [前提条件](#prerequisites)
3737
- [Docker と Docker Compose](#docker-and-docker-compose)
38-
- [Cygwin for Windows](#cygwin-for-windows)
38+
- [WSL](#wsl)
3939
- [起動](#start-up)
4040
- [IoT Agent のプロビジョニング](#provisioning-an-iot-agent)
4141
- [IoT Agent サービスの健全性の確認](#checking-the-iot-agent-service-health)
@@ -432,12 +432,10 @@ docker version
432432
Docker バージョン 20.10 以降と Docker Compose 1.29 以上を使用していることを確認
433433
し、必要に応じてアップグレードしてください。
434434

435-
<a name="cygwin-for-windows"></a>
436-
437-
## Cygwin for Windows
435+
## WSL
438436

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

443441
# 起動

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also a
3939
- [IoT Agent for JSON Configuration](#iot-agent-for-json-configuration)
4040
- [Prerequisites](#prerequisites)
4141
- [Docker and Docker Compose](#docker-and-docker-compose)
42-
- [Cygwin for Windows](#cygwin-for-windows)
42+
- [WSL](#wsl)
4343
- [Start Up](#start-up)
4444
- [Provisioning an IoT Agent](#provisioning-an-iot-agent)
4545
- [Checking the IoT Agent Service Health](#checking-the-iot-agent-service-health)
@@ -367,10 +367,11 @@ docker version
367367
Please ensure that you are using Docker version 20.10 or higher and Docker Compose 1.29 or higher and upgrade if
368368
necessary.
369369

370-
## Cygwin
370+
## WSL
371371

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

375376
# Start Up
376377

0 commit comments

Comments
 (0)