From 1f39d7081892b045b2cec28175062907e920d2d3 Mon Sep 17 00:00:00 2001 From: ishikawa999 Date: Mon, 25 Dec 2023 06:44:30 +0000 Subject: [PATCH] Update README --- README.ja.md | 17 ++++++++++------- README.md | 24 ++++++++---------------- 2 files changed, 18 insertions(+), 23 deletions(-) diff --git a/README.ja.md b/README.ja.md index a43b65d..27e74c7 100644 --- a/README.ja.md +++ b/README.ja.md @@ -15,12 +15,10 @@ Redmine用のカスタムテーマです。 ## 画面サンプル +Storybook([redmine-theme/storybook](https://github.com/redmine-theme/storybook)): https://farend.github.io/redmine_theme_farend_bleuclair + - チケット一覧画面 - -- チケット表示画面 - -- チケット表示画面の履歴 - + ## インストール方法 @@ -42,12 +40,17 @@ $ git clone -b redmine4.0 https://github.com/farend/redmine_theme_farend_bleucla - Redmine4.1.nの場合 ```bash -$ git clone -b redmine4.1 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair +$ git clone -b redmine4.1 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair ``` - Redmine4.2.nの場合 ```bash -$ git clone -b redmine4.2 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair +$ git clone -b redmine4.2 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair +``` + +- Redmine5.0.n以降の場合 +```bash +$ git clone https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair ``` **Gitが利用できない環境の場合:** diff --git a/README.md b/README.md index 5029f43..dfc90e8 100644 --- a/README.md +++ b/README.md @@ -18,22 +18,9 @@ Bleuclair theme is used as standard for [RedMica - the future Redmine you can ge Storybook([redmine-theme/storybook](https://github.com/redmine-theme/storybook)): https://farend.github.io/redmine_theme_farend_bleuclair -### For Redmine 4.2 or later :new: - -From Bleuclair compatible with Redmine 4.2, changes such as replacing the icon with an icon font and adding the folding feature of the sidebar have been added. - - Issue list -### Before for Redmine 4.1 - -- Issue list - -- Issue view - -- Issue histories - - ## Install ### 1: Create a directory containing themes @@ -54,12 +41,17 @@ $ git clone -b redmine4.0 https://github.com/farend/redmine_theme_farend_bleucla - For Redmine 4.1 ```bash -$ git clone -b redmine4.1 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair +$ git clone -b redmine4.1 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair +``` + +- For Redmine 4.2 +```bash +$ git clone -b redmine4.2 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair ``` -- For Redmine 4.2 or later +- For Redmine 5.0 or later ```bash -$ git clone -b redmine4.2 https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair +$ git clone https://github.com/farend/redmine_theme_farend_bleuclair.git public/themes/bleuclair ``` **In an environment where Git is not available:**