From ca1b48813b7757b1e5cc4f607764a905a5457e93 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Tue, 4 Jun 2024 10:18:36 +0200 Subject: [PATCH] Switch to WSL --- README.ja.md | 8 +++----- README.md | 9 +++++---- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/README.ja.md b/README.ja.md index 0c510d0..2c27cbb 100644 --- a/README.ja.md +++ b/README.ja.md @@ -32,7 +32,7 @@ - [在庫管理フロントエンド](#stock-management-frontend) - [前提条件](#prerequisites) - [Docker](#docker) - - [Cygwin](#cygwin) + - [WSL](#wsl) - [アーキテクチャ](#architecture) - [起動](#start-up) - [コンポーネント間の相互作用](#interactions-between-components) @@ -129,12 +129,10 @@ Store002 は次の場所にあります: `http:/localhost:3000/app/store/urn:ngs できることを意味します。Docker Compose は、Docker for Windows および Docker for Mac の一部としてデフォルトでインストール されますが、Linux ユーザは[こちら](https://docs.docker.com/compose/install/)にある手順に従う必要があります。 - - -## Cygwin +## 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 026826a..c2a0c83 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also a - [Stock Management frontend](#stock-management-frontend) - [Prerequisites](#prerequisites) - [Docker](#docker) - - [Cygwin](#cygwin) + - [WSL](#wsl) - [Architecture](#architecture) - [Start Up](#start-up) - [Interactions between Components](#interactions-between-components) @@ -128,10 +128,11 @@ is used configure the required services for the application. This means all cont single command. Docker Compose is installed by default as part of Docker for Windows and Docker for Mac, however Linux users will need to follow the instructions found [here](https://docs.docker.com/compose/install/) -## Cygwin +## 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. # Architecture