Skip to content

Commit

Permalink
Merge pull request #84 from isym444/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
koba-e964 committed Feb 13, 2024
2 parents c0e74ba + cf921a4 commit df01cb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ API ドキュメントは [onlinejudge_template.generator package](https://onlin

### oj-prepare

`oj-prepare` の設定は (Linux の場合は) `~/.config/online-judge-tools/prepare.config.toml` で行えます。
以下のように書いてください。
`oj-prepare` の設定は (Linux の場合は) `~/.config/online-judge-tools/prepare.config.toml` で行えます。MacOS の場合は `/Users/{user_name}/Library/Application Support/online-judge-tools/prepare.config.toml` で行えます。以下のように書いてください。

``` toml
contest_directory = "~/Desktop/{service_domain}/{contest_id}/{problem_id}"
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,11 @@ Also you can use certain directory (when you use Linux, it's `~/.config/online-j

### oj-prepare

There is the config file for `oj-prepare` at `~/.config/online-judge-tools/prepare.config.toml` (in Linux).
Please write as the following.
The config file for `oj-prepare` can be found at the following paths depending on your operating system:
`~/.config/online-judge-tools/prepare.config.toml` (Linux)
`/Users/{user_name}/Library/Application Support/online-judge-tools/prepare.config.toml` (MacOS)

Please use the following format when editing the file:

``` toml
contest_directory = "~/Desktop/{service_domain}/{contest_id}/{problem_id}"
Expand Down

0 comments on commit df01cb4

Please sign in to comment.