Skip to content

Commit

Permalink
Switch to WSL
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jun 4, 2024
1 parent 9c4fe96 commit 72d98a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
8 changes: 3 additions & 5 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
- [カスタム XML IoT Agent の構成](#custom-xml-iot-agent-configuration)
- [前提条件](#prerequisites)
- [Docker](#docker)
- [Cygwin](#cygwin)
- [WSL](#wsl)
- [起動](#start-up)
- [カスタム IoT Agent の作成](#creating-a-custom-iot-agent)
- [IoT Agent サービス の健全性の確認](#checking-the-iot-agent-service-health)
Expand Down Expand Up @@ -305,11 +305,9 @@ docker version
Docker version 20.10 以降と Docker Compose 1.29 以降を使用していることを確認し、
必要に応じてアップグレードしてください。

<a name="cygwin"/>
## WSL

## Cygwin

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

<a name="start-up"/>
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The tutorial uses [cUrl](https://ec.haxx.se/) commands throughout, but is also a
- [Custom XML IoT Agent configuration](#custom-xml-iot-agent-configuration)
- [Prerequisites](#prerequisites)
- [Docker](#docker)
- [Cygwin](#cygwin)
- [WSL](#wsl)
- [Start Up](#start-up)
- [Creating a Custom IoT Agent](#creating-a-custom-iot-agent)
- [Checking the IoT Agent Service Health](#checking-the-iot-agent-service-health)
Expand Down Expand Up @@ -299,10 +299,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
## 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

Expand Down

0 comments on commit 72d98a5

Please sign in to comment.