update README

This commit is contained in:
Sam Denty 2023-01-03 17:30:42 +00:00
parent 4b634e8c3b
commit 6d111e4102
No known key found for this signature in database
GPG key ID: 7B4EAF7B9E291B79
2 changed files with 3 additions and 7 deletions

View file

@ -1,4 +0,0 @@
[tasks.run]
env = { "RUST_LOG" = "info" }
command = "cargo"
args = ["run", "--", "${@}"]

View file

@ -49,8 +49,8 @@ for icon in entries {
## Running locally
Install [cargo make](https://github.com/sagiegurari/cargo-make) and then:
```bash
cargo make run https://github.com
git clone https://github.com/samdenty/site_icons
cd site_icons
cargo run https://github.com
```