diff --git a/README.ja.md b/README.ja.md index 76c03dc..36ab814 100644 --- a/README.ja.md +++ b/README.ja.md @@ -28,7 +28,7 @@ - [アーキテクチャ](#architecture) - [前提条件](#prerequisites) - [Docker と Docker Compose](#docker-and-docker-compose) - - [Cygwin for Windows](#cygwin-for-windows) + - [WSL](#wsl) - [起動](#start-up) - [マージ・パッチ操作](#merge-patch-operations) - [プリフライト](#preflight) @@ -280,12 +280,10 @@ docker version Docker バージョン 20.10 以降および Docker Compose 1.29 以降を使用していることを確認し、 必要に応じてアップグレードしてください。 - - -## Cygwin for Windows +## WSL 簡単な bash スクリプトを使ってサービスを開始します。Windows ユーザは、Windows 上の Linux ディストリビューションに -似たコマンドライン機能を提供するために [cygwin](http://www.cygwin.com/) をダウンロードするべきです。 +似たコマンドライン機能を提供するために [を使用して Windows に Linux をインストールする方法](https://learn.microsoft.com/ja-jp/windows/wsl/install) をダウンロードするべきです。 diff --git a/README.md b/README.md index 308ab91..0aa0de8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,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) - [Merge Patch Operations](#merge-patch-operations) - [Preflight](#preflight) @@ -271,10 +271,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