diff --git a/Makefile.toml b/Makefile.toml deleted file mode 100644 index 9f4ea83..0000000 --- a/Makefile.toml +++ /dev/null @@ -1,4 +0,0 @@ -[tasks.run] -env = { "RUST_LOG" = "info" } -command = "cargo" -args = ["run", "--", "${@}"] diff --git a/README.md b/README.md index 40b538d..3e68b35 100644 --- a/README.md +++ b/README.md @@ -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 ```