Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ishikawa999 committed Dec 25, 2023
1 parent 6674fa5 commit 1f39d70
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 23 deletions.
17 changes: 10 additions & 7 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ Redmine用のカスタムテーマです。

## 画面サンプル

Storybook([redmine-theme/storybook](https://github.com/redmine-theme/storybook)): https://farend.github.io/redmine_theme_farend_bleuclair

- チケット一覧画面
<kbd><img src="https://github.com/farend/redmine_theme_farend_bleuclair/blob/images/issues.png" /></kbd>
- チケット表示画面
<kbd><img src="https://github.com/farend/redmine_theme_farend_bleuclair/blob/images/issue.png" /></kbd>
- チケット表示画面の履歴
<kbd><img src="https://github.com/farend/redmine_theme_farend_bleuclair/blob/images/notes.png" /></kbd>
<kbd><img src="https://github.com/farend/redmine_theme_farend_bleuclair/blob/images/issues-4.2.png" /></kbd>

## インストール方法

Expand All @@ -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が利用できない環境の場合:**
Expand Down
24 changes: 8 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<kbd><img src="https://github.com/farend/redmine_theme_farend_bleuclair/blob/images/issues-4.2.png" /></kbd>

### Before for Redmine 4.1

- Issue list
<kbd><img src="https://github.com/farend/redmine_theme_farend_bleuclair/blob/images/issues.png" /></kbd>
- Issue view
<kbd><img src="https://github.com/farend/redmine_theme_farend_bleuclair/blob/images/issue.png" /></kbd>
- Issue histories
<kbd><img src="https://github.com/farend/redmine_theme_farend_bleuclair/blob/images/notes.png" /></kbd>

## Install

### 1: Create a directory containing themes
Expand All @@ -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:**
Expand Down

0 comments on commit 1f39d70

Please sign in to comment.