Update readme.md

This commit is contained in:
skidoodle 2024-12-31 02:21:46 +01:00 committed by GitHub
parent 7acf4785c2
commit 722318cb8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,8 +12,8 @@ This is a Go program for scraping and sorting user profile data from [nCore](htt
1. Clone the repository and install dependencies:
```bash
git clone https://github.com/skidoodle/scrapencore
cd scrapencore
git clone https://github.com/skidoodle/ncore-leaderboard
cd ncore-leaderboard
go mod tidy
```