Skip to content

Commit afcbe8f

Browse files
authored
Update README.md
1 parent 4cee9eb commit afcbe8f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ To resolve this issue:
2222

2323
## Installing
2424
- エクササイズファイルを使うにはOpenAI API keyが必要です。次のサイト取得してください。[platform.openai.com](https://platform.openai.com)
25+
## GitHub Codespacesdで実行するには
26+
1. CodeボタンをクリックしてCodespacesを選んでください。
27+
3. 新規Codespaceを作成するか既存のCodespaceを選んでください。
28+
4. .envファイルをrootフォルダに作成してください。
29+
5. OPENAI_API_KEY=に続けて取得したOpenAI API keyを.envに記入してください。
30+
6. .envファイルをGitHub上ではなく、Codespaceだけに置くことでOpenAI API keyの誤使用、盗用を避けます。
31+
2532
2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
2633
3. [Course-specific instructions]
2734

0 commit comments

Comments
 (0)