update README
This commit is contained in:
parent
4b634e8c3b
commit
6d111e4102
2 changed files with 3 additions and 7 deletions
|
@ -1,4 +0,0 @@
|
|||
[tasks.run]
|
||||
env = { "RUST_LOG" = "info" }
|
||||
command = "cargo"
|
||||
args = ["run", "--", "${@}"]
|
|
@ -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
|
||||
```
|
||||
|
|
Reference in a new issue