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 d74743e commit ab0a1b3
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 @@ -28,7 +28,7 @@
- [前提条件](#prerequisites)
- [Swagger](#swagger)
- [Docker](#docker)
- [Cygwin](#cygwin)
- [WSL](#wsl)
- [起動](#start-up)
- [NGSI-LD データモデルの作成](#creating-ngsi-ld-data-models)
- [シナリオ](#the-scenario)
Expand Down Expand Up @@ -138,11 +138,9 @@ API 仕様は YAML または JSON で記述できます。この形式は、学
- Mac に Docker をインストールするには、[こちら](https://docs.docker.com/docker-for-mac/)の指示に従ってください
- Linux に Docker をインストールするには、[こちら](https://docs.docker.com/install/)の指示に従ってください

<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 @@ -35,7 +35,7 @@ The tutorial is mainly concerned with online and command-line tooling.
- [Prerequisites](#prerequisites)
- [Swagger](#swagger)
- [Docker](#docker)
- [Cygwin](#cygwin)
- [WSL](#wsl)
- [Start Up](#start-up)
- [Creating NGSI-LD Data Models](#creating-ngsi-ld-data-models)
- [The Scenario](#the-scenario)
Expand Down Expand Up @@ -134,10 +134,11 @@ into their respective environments.
- To install Docker on Mac follow the instructions [here](https://docs.docker.com/docker-for-mac/)
- To install Docker on Linux follow the instructions [here](https://docs.docker.com/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.

# Start Up

Expand Down

0 comments on commit ab0a1b3

Please sign in to comment.