Skip to content

Commit d5955c2

Browse files
authored
Merge pull request #170 from 32x-k/dev-stable
脱字修正など
2 parents d8582c8 + 3a9feaa commit d5955c2

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Please see the <a href="https://fascode.net/projects/linux/alter/">official webs
7979

8080
<h2>〈Feature〉</h2>
8181
<ul>
82-
<li>You can install the already built ArchLinux environment with GUI</li>
82+
<li>You can install the already built Arch Linux environment with GUI</li>
8383
<li>We release not only 64bit but also 32bit version.</li>
8484
<li>The 32-bit version does not require PAE (Physical Address Extension).</li>
8585
<li>Adopt ZEN kernel by default</li>

docs/README_jp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Alter Linuxの最新の開発状況は<a href="https://github.com/orgs/FascodeNe
7575

7676
<h2>〈特徴〉</h2>
7777
<ul>
78-
<li>既に構築されたArchLinux環境をGUIでインストールできます</li>
78+
<li>既に構築されたArch Linux環境をGUIでインストールできます</li>
7979
<li>64bitだけでなく、32bit(i686)もリリースしています</li>
8080
<li>32bit版はPAE(物理アドレス拡張)を必要としません。</li>
8181
<li>既に完全に日本語化されており、インストールしてすぐに日本語入力を使用できます</li>

docs/en/BUILD.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
There are two ways to build, one is to use the actual Arch Linux and the other is to build on Docker.
33
Please refer to [This procedure] (DOCKER.md) for how to build with Docker.
44

5-
When building on a real machine, the OS must be ArchLinux or Alter Linux.
5+
When building on a real machine, the OS must be Arch Linux or Alter Linux.
66
The following explains how to build on a real machine.
77

88
TWhen building directly on Arch or Alter, there are several ways to build.
@@ -35,15 +35,15 @@ Install the packages required for building.
3535
sudo pacman -S --needed git make arch-install-scripts squashfs-tools libisoburn dosfstools lynx archiso
3636
```
3737

38-
### TUIを使用する
38+
### Use the TUI
3939
You can configure and build using `menuconfig`.
4040

4141
```bash
4242
make menuconfig
4343
```
4444

45-
### GUIを使用する
46-
GUIで設定を行ってビルドできます。
45+
### Use the GUI
46+
You can configure and build with the GUI.
4747

4848
```bash
4949
python ./build-wizard.py
@@ -90,14 +90,16 @@ Do this to build under the following conditions.
9090
#### About channel
9191
Channels switch between packages to install and files to include.
9292
This mechanism makes it possible to build various versions of Alter Linux.
93-
The following channels are supported as of May 5, 2020.
93+
The following channels are supported as of August 17, 2020.
9494
See `./build.sh -h` for a complete list of channels.
9595

9696
Name | Purpose
9797
--- | ---
9898
xfce | Default channel with Xfce4 for desktop environment and various software added
9999
plasma | Currently developing channel with Plasma and Qt apps
100100
lxde | The lightest channel except releng, which contains only LXDE and minimal applications
101+
i3 | Lightest channel with the exception of the releng with i3 and customizable polybar
102+
cinnamon | Channels with Cinnamon and basic software
101103
releng | A channel where you can build a pure Arch Linux live boot disk
102104
rebuild | A special channel that rebuilds using the settings in the working directory
103105

docs/jp/BUILD.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ビルドは実機のArch Linuxを利用する方法とDocker上でビルドする方法があります。
33
Dockerでビルドする方法は[この手順](jp/DOCKER.md)を参照してください。
44

5-
実機でビルドする場合は、必ずOSがArchLinuxかAlter Linuxでなければなりません。
5+
実機でビルドする場合は、必ずOSがArch LinuxかAlter Linuxでなければなりません。
66
以下では実機でビルドする方法を解説します。
77

88
ArchやAlter上で直接ビルドする場合、ビルドはいくつかの方法で行うことができます。
@@ -63,7 +63,7 @@ sudo ./build.sh [options] [channel]
6363

6464
### build.shの使い方
6565

66-
主なオプションは以下のとおです。完全なオプションと使い方は`./build -h`を実行して下さい。
66+
主なオプションは以下のとおりです。完全なオプションと使い方は`./build -h`を実行して下さい。
6767

6868
用途 | 使い方
6969
--- | ---
@@ -97,14 +97,16 @@ sudo ./build.sh [options] [channel]
9797
#### チャンネルについて
9898
チャンネルは、インストールするパッケージと含めるファイルを切り替えます。
9999
この仕組みにより様々なバージョンのAlter Linuxをビルドすることが可能になります。
100-
2020年5月5日現在でサポートされているチャンネルは以下のとおりです
100+
2020年8月17日現在でサポートされているチャンネルは以下のとおりです
101101
完全なチャンネルの一覧は`./build.sh -h`を参照して下さい。
102102

103103
名前 | 目的
104104
--- | ---
105105
xfce | デスクトップ環境にXfce4を使用し、様々なソフトウェアを追加したデフォルトのチャンネル
106106
plasma | PlasmaとQtアプリを搭載した現在開発中のチャンネル
107-
lxde | LXDEと最小限のアプリケーションのみが入っているrelengを除いて最も軽量なチャンネル
107+
lxde | LXDEと最小限のアプリケーションのみが入っている軽量なチャンネル
108+
i3 | i3とカスタマイズ可能なpolybarを搭載したrelengを除いて最も軽量なチャンネル
109+
cinnamon | Cinnamonと基本的なソフトウェアが入っているチャンネル
108110
releng | 純粋なArchLinuxのライブ起動ディスクをビルドできるチャンネル
109111
rebuild | 作業ディレクトリにある設定を利用して再ビルドを行う特殊なチャンネル
110112

0 commit comments

Comments
 (0)