Skip to content

Commit 508d8de

Browse files
authored
Update README.md
1 parent eb57142 commit 508d8de

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,6 @@ NOTION_KEY=your_notion_integration_token
3030
NOTION_DATABASE_ID=your_notion_database_id
3131
```
3232

33-
### 2️⃣ Python 환경 설정
34-
35-
```bash
36-
git clone https://github.com/your-username/your-repository.git
37-
cd your-repository
38-
pip install -r requirements.txt
39-
```
40-
41-
### 3️⃣ 실행 방법
42-
#### GitHub → Notion 동기화
43-
```bash
44-
python main.py sync_github_to_notion
45-
```
46-
#### Notion → GitHub 동기화
47-
```bash
48-
python main.py sync_notion_to_github
49-
```
50-
5133
---
5234

5335
## 🔄 GitHub Actions 자동화

0 commit comments

Comments
 (0)