Change verbiage in README.md
This commit is contained in:
@ -26,13 +26,11 @@ This project follows standard Go project layout:
|
||||
- `internal/` - Private application packages (bot, config, tracker)
|
||||
- `pkg/` - Public library code (reusable pattern matching)
|
||||
|
||||
See [PROJECT_STRUCTURE.md](PROJECT_STRUCTURE.md) for detailed documentation.
|
||||
|
||||
### Build and Run
|
||||
|
||||
```bash
|
||||
# Clone the repository
|
||||
git clone <your-repo-url>
|
||||
git clone https://git.ewnix.net/phlux/slack-wordle-scores.git
|
||||
cd wordle-bot
|
||||
|
||||
# Download dependencies and generate go.sum
|
||||
|
||||
Reference in New Issue
Block a user