You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Update README Getting Started with clear setup instructions
- Add prominent link to INSTALLATION.md at top
- Expand prerequisites with links to detailed guides
- Add Quick Setup Overview with 9 numbered steps
- Include Discord bot creation and GitHub token setup overview
- Make it clear what needs to be done before installation
- Add reference to detailed installation and technical docs
Co-authored-by: Cursor <cursoragent@cursor.com>
> **📖 New to Gitcord?** For complete step-by-step setup instructions including Discord bot creation and GitHub token setup, see **[INSTALLATION.md](INSTALLATION.md)**.
130
+
129
131
### Prerequisites
130
-
- Python 3.11+
131
-
- GitHub and Discord tokens with read permissions
132
132
133
-
### Installation
133
+
Before installing Gitcord, you need:
134
+
135
+
- ✅ **Python 3.11+** installed
136
+
- ✅ **GitHub Organization** access
137
+
- ✅ **Discord Server** with admin permissions
138
+
- ✅ **GitHub Personal Access Token** (fine-grained PAT) - [How to create](INSTALLATION.md#step-1-create-github-token-pat)
139
+
- ✅ **Discord Bot Token** - [How to create](INSTALLATION.md#step-2-create-discord-bot)
0 commit comments