Skip to content

Commit ca1b488

Browse files
committed
Switch to WSL
1 parent ef67230 commit ca1b488

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
@@ -32,7 +32,7 @@
3232
- [在庫管理フロントエンド](#stock-management-frontend)
3333
- [前提条件](#prerequisites)
3434
- [Docker](#docker)
35-
- [Cygwin](#cygwin)
35+
- [WSL](#wsl)
3636
- [アーキテクチャ](#architecture)
3737
- [起動](#start-up)
3838
- [コンポーネント間の相互作用](#interactions-between-components)
@@ -129,12 +129,10 @@ Store002 は次の場所にあります: `http:/localhost:3000/app/store/urn:ngs
129129
できることを意味します。Docker Compose は、Docker for Windows および Docker for Mac の一部としてデフォルトでインストール
130130
されますが、Linux ユーザは[こちら](https://docs.docker.com/compose/install/)にある手順に従う必要があります。
131131

132-
<a name="cygwin"/>
133-
134-
## Cygwin
132+
## WSL
135133

136134
簡単な bash スクリプトを使ってサービスを開始します。Windows ユーザは、Windows 上の Linux ディストリビューションに
137-
似たコマンドライン機能を提供するために [cygwin](http://www.cygwin.com/) をダウンロードするべきです。
135+
似たコマンドライン機能を提供するために [を使用して Windows に Linux をインストールする方法](https://learn.microsoft.com/ja-jp/windows/wsl/install) をダウンロードするべきです。
138136

139137
<a name="architecture"/>
140138

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also a
4040
- [Stock Management frontend](#stock-management-frontend)
4141
- [Prerequisites](#prerequisites)
4242
- [Docker](#docker)
43-
- [Cygwin](#cygwin)
43+
- [WSL](#wsl)
4444
- [Architecture](#architecture)
4545
- [Start Up](#start-up)
4646
- [Interactions between Components](#interactions-between-components)
@@ -128,10 +128,11 @@ is used configure the required services for the application. This means all cont
128128
single command. Docker Compose is installed by default as part of Docker for Windows and Docker for Mac, however Linux
129129
users will need to follow the instructions found [here](https://docs.docker.com/compose/install/)
130130

131-
## Cygwin
131+
## WSL
132132

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

136137
# Architecture
137138

0 commit comments

Comments
 (0)