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 8495bba commit 6bd96b3
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 @@ -26,7 +26,7 @@
- [アーキテクチャ](#architecture)
- [前提条件](#prerequisites)
- [Docker と Docker Compose](#docker-and-docker-compose)
- [Cygwin for Windows](#cygwin-for-windows)
- [WSL](#wsl)
- [起動](#start-up)
- [テンポラル・オペレーションのための Orion と Mintaka の構成](#configuring-orion-and-mintaka-for-temporal-operations)
- [Mintaka の構成](#mintaka---configuration)
Expand Down Expand Up @@ -155,11 +155,9 @@ docker version
Docker バージョン 18.03 以降と Docker Compose 1.21 以上を使用していることを確認し、必要に応じてアップグレードして
ください。

<a name="cygwin-for-windows"></a>
## WSL

## Cygwin for Windows

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

# 起動
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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)
- [Configuring Orion and Mintaka for Temporal Operations](#configuring-orion-and-mintaka-for-temporal-operations)
- [Mintaka Configuration](#mintaka-configuration)
Expand Down Expand Up @@ -155,10 +155,11 @@ docker version
Please ensure that you are using Docker version 18.03 or higher and Docker Compose 1.21 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

Expand Down

0 comments on commit 6bd96b3

Please sign in to comment.