Skip to content

Commit 1f3afdd

Browse files
authored
Update README.md
1 parent afcbe8f commit 1f3afdd

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ To resolve this issue:
2828
4. .envファイルをrootフォルダに作成してください。
2929
5. OPENAI_API_KEY=に続けて取得したOpenAI API keyを.envに記入してください。
3030
6. .envファイルをGitHub上ではなく、Codespaceだけに置くことでOpenAI API keyの誤使用、盗用を避けます。
31-
32-
2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
33-
3. [Course-specific instructions]
34-
31+
## Windowsで実行するには
32+
- PowerShellで次のコマンドを実行する。
33+
setx OPENAI_API_KEY "your_api_key_here"
34+
- もしくはエクササイズファイル内のコードファイルと同じフォルダに.envファイルを配置してください。
35+
- 次のページを参照してください。https://platform.openai.com/docs/quickstart
3536

3637
[0]: # (Replace these placeholder URLs with actual course URLs)
3738

0 commit comments

Comments
 (0)