Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions for updating icons are incomplete #23

Open
nazar-pc opened this issue Oct 25, 2024 · 2 comments
Open

Instructions for updating icons are incomplete #23

nazar-pc opened this issue Oct 25, 2024 · 2 comments

Comments

@nazar-pc
Copy link
Contributor

> cargo run
thread 'main' panicked at update_icons/src/icon_list.rs:22:65:
called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }

Instructions on updating submodules are missing, I don't use them often and have no idea how to bypass update = none, am I supposed to edit the file?

Also having both main.rs and bin/update_icons.rs is equally confusing.

@AaronErhardt
Copy link
Member

This does the trick:

git submodule update --remote --checkout

@nazar-pc
Copy link
Contributor Author

Yes, that works. Consider adding to readme 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants