Skip to content

Commit c7cda43

Browse files
authored
📝 Add guide to the --terminal option
Fix: #115
1 parent 554e74c commit c7cda43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ stack install
9494
```
9595
mmlh show 1
9696
```
97+
98+
- ブラウザーが起動してHTMLで課題の内容が表示されるはずですが、うまく行かない場合はターミナル上で表示させるため、次のように`--terminal`オプションを付けて実行してください。
99+
```
100+
mmlh show --terminal 1
101+
```
97102
1. 課題の回答をテストする
98103
(最後に`mmlh show`した課題のテストをする)
99104
```

0 commit comments

Comments
 (0)