OSDN Git Service

Update BUILD.md
authorYYTU-Aqua <66307999+YYTU-Aqua@users.noreply.github.com>
Tue, 18 Aug 2020 13:47:12 +0000 (22:47 +0900)
committerGitHub <noreply@github.com>
Tue, 18 Aug 2020 13:47:12 +0000 (22:47 +0900)
docs/jp/BUILD.md

index a97163b..0aa3f07 100644 (file)
@@ -25,7 +25,7 @@ sudo ./keyring.sh --alter-add --arch32-add
 ビルドに必要なパッケージをインストールします。
 
 ```bash
-sudo pacman -S --needed git make arch-install-scripts squashfs-tools libisoburn dosfstools lynx archiso
+sudo pacman -S --needed git make arch-install-scripts squashfs-tools libisoburn dosfstools lynx archiso ninja cmake
 ```
 
 ### TUIを使用する
@@ -71,7 +71,7 @@ sudo ./build.sh [options] [channel]
 カーネルを変える | -k [kernel]
 ユーザ名を変える | -u [username]
 パスワードを変更する | -p [password]
-日本語にする | -j
+日本語にする | -g ja
 圧縮方式を変更する | -c [comp type]
 圧縮のオプションを設定する | -t [comp option]
 出力先ディレクトリを指定する| -o [dir]
@@ -177,4 +177,4 @@ xz
 zstd
     -Xcompression-level <compression-level>
     <compression-level> should be 1 .. 22 (default 15)
-```
\ No newline at end of file
+```