Skip to content

Commit d479477

Browse files
committed
Switch to WSL
1 parent fef3e24 commit d479477

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
@@ -29,7 +29,7 @@
2929
- [アーキテクチャ](#architecture)
3030
- [前提条件](#prerequisites)
3131
- [Docker と DockerCompose](#docker-and-docker-compose)
32-
- [Cygwin for Windows](#cygwin-for-windows)
32+
- [WSL](#wsl)
3333
- [起動](#start-up)
3434
- [簡潔な NGSI-LD 操作](#concise-ngsi-ld-operations)
3535
- [作成操作](#create-operations)
@@ -293,11 +293,9 @@ docker version
293293
Docker version 20.10 以降および Docker Compose 1.29 以降を使用していることを確認し、必要に応じてアップグレード
294294
してください。
295295

296-
<a name="cygwin-for-windows"></a>
296+
## WSL
297297

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

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

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also a
3535
- [Architecture](#architecture)
3636
- [Prerequisites](#prerequisites)
3737
- [Docker and Docker Compose](#docker-and-docker-compose)
38-
- [Cygwin for Windows](#cygwin-for-windows)
38+
- [WSL](#wsl)
3939
- [Start Up](#start-up)
4040
- [Concise NGSI-LD Operations](#concise-ngsi-ld-operations)
4141
- [Create Operations](#create-operations)
@@ -281,10 +281,11 @@ docker version
281281
Please ensure that you are using Docker version 20.10 or higher and Docker Compose 1.29 or higher and upgrade if
282282
necessary.
283283

284-
## Cygwin for Windows
284+
## WSL
285285

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

289290
# Start Up
290291

0 commit comments

Comments
 (0)