From 988b73f83f9175634fedad02f667508425f93ec2 Mon Sep 17 00:00:00 2001 From: voluntas Date: Mon, 23 Oct 2023 16:22:06 +0900 Subject: [PATCH] =?UTF-8?q?console=20=E3=82=84=E3=82=81=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 677e511..31c5f78 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,13 @@ Sora Cloud では出力されたファイルをオブジェクトストレージ config.ini に必要な情報を設定してください。 -```console +```bash $ cp config_example.ini config.ini ``` make でビルドして実行します。 -```console +```bash $ make $ ./bin/sora-archive-uploader -C config.ini ```