mirror of
https://github.com/microsoft/generative-ai-for-beginners.git
synced 2026-06-05 21:07:14 +08:00
Fix typo
This commit is contained in:
parent
81d66f75c7
commit
ff3525e4d7
@ -40,7 +40,7 @@ Here's a step-by-step guide on how to create a `.env` file for Python and add th
|
||||
|
||||
Windows:
|
||||
```cmd
|
||||
echo. > .env
|
||||
echo . > .env
|
||||
```
|
||||
|
||||
3. **Edit the `.env` File**: Open the `.env` file in a text editor (e.g., VS Code, Notepad++, or any other editor). Add the following line to the file, replacing `your_github_token_here` with your actual GitHub token:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user