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)
|
- `internal/` - Private application packages (bot, config, tracker)
|
||||||
- `pkg/` - Public library code (reusable pattern matching)
|
- `pkg/` - Public library code (reusable pattern matching)
|
||||||
|
|
||||||
See [PROJECT_STRUCTURE.md](PROJECT_STRUCTURE.md) for detailed documentation.
|
|
||||||
|
|
||||||
### Build and Run
|
### Build and Run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
git clone <your-repo-url>
|
git clone https://git.ewnix.net/phlux/slack-wordle-scores.git
|
||||||
cd wordle-bot
|
cd wordle-bot
|
||||||
|
|
||||||
# Download dependencies and generate go.sum
|
# Download dependencies and generate go.sum
|
||||||
|
|||||||
Reference in New Issue
Block a user