Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ishikawa999 committed Nov 12, 2024
1 parent 489dba1 commit 52fd436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ Redmine用のカスタムテーマです。日本語環境で見やすい画面
Redmineのインストールディレクトリで以下のコマンドを実行してください。

```
git clone https://github.com/farend/redmine_theme_farend_basic.git public/themes/farend_basic
git clone https://github.com/farend/redmine_theme_farend_basic.git themes/farend_basic
```

#### Redmine5.1以前の場合

Redmineのインストールディレクトリで以下のコマンドを実行してください。

```
git clone -b redmine5.1 https://github.com/farend/redmine_theme_farend_basic.git themes/farend_basic
git clone -b redmine5.1 https://github.com/farend/redmine_theme_farend_basic.git public/themes/farend_basic
```

### 2: テーマの設定を変更
Expand Down

0 comments on commit 52fd436

Please sign in to comment.