From 6d111e41026292a60f5311f27dff96636975d6c8 Mon Sep 17 00:00:00 2001 From: Sam Denty Date: Tue, 3 Jan 2023 17:30:42 +0000 Subject: [PATCH] update README --- Makefile.toml | 4 ---- README.md | 6 +++--- 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 Makefile.toml 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 ```