Skip to content

Commit 5762cc3

Browse files
authored
chore: Update README.md
1 parent fe9799d commit 5762cc3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ Perfect for maintaining a streamlined and relevant network on GitHub! This scrip
2929
- **Easy Setup:** Simple configuration with a `.env` file.
3030
- **Cross-Platform:** Works on Unix-like systems and Windows.
3131

32+
<br>
33+
3234
## 📦 Installation
3335

3436
1. Clone the repository:
@@ -55,8 +57,12 @@ Perfect for maintaining a streamlined and relevant network on GitHub! This scrip
5557
Then edit the `.env` file:
5658
```
5759
GITHUB_USERNAME=your_username
58-
GITHUB_PASSWORD=your_password
60+
GITHUB_TOKEN=your_personal_access_token
5961
```
62+
personal token you can get here: `GitHub > Settings > Developer settings > Personal access tokens`<br>
63+
https://github.com/settings/tokens
64+
65+
<br>
6066
6167
## ▶️ How to run
6268

0 commit comments

Comments
 (0)