From 1f37f7a2b881f39f800a7ddaeee578f587085a5b Mon Sep 17 00:00:00 2001 From: Masahiko AMANO Date: Fri, 30 Dec 2022 19:26:01 +0300 Subject: [PATCH] docs: some minor corrections --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fa6006..dad619e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Tanabata file manager

+

Tanabata File Manager

--- @@ -37,7 +37,7 @@ Tanabata FM is a file manager for Linux that will let you enjoy the Tanabata fes ## Usage -First of all, compile the source code with `./build.sh`. By default, it builds all targets to the `./build/` directory, but you can specify your custom build directory and target with `./build.sh -b -t `. For example, if you want to build just the CLI app to the `./tfm-cli/` directory, run `./build.sh -t tfm -b ./tfm-cli/`. +First of all, compile the source code with `./build.sh`. By default, it builds all targets to the `./build/` directory, but you can specify your custom build directory and target with `./build.sh [-b ] [-t ]`. Both of options are... yeah, optional. For example, if you want to build just the CLI app to the `./tfm-cli/` directory, run `./build.sh -t tfm -b ./tfm-cli/`. ### Command Line Interface