-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fixes issue #234 #238
Fixes issue #234 #238
Conversation
I don't have a Windows machine to test this on personally. @0xEstelle or @Alexangelj can you give this a shot? |
Hi @MakisChristou, I'm curious what you think about a slightly different approach. With cargo, we can instead do: cargo install --path crates/cli --force This will install the binary in From my experience, this also generates a symlink to This can still be put in an What do you think? |
Hello @Autoparallel. I have tried this ( |
Seems reasonable. Perhaps a good way to give you credit through this work is to edit the README with these instructions? |
What about now? |
Perfect. I'll merge now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
I have added a slight modification to the
install.sh
to use the rust bin directory that is already created and added to the path automatically on Windows.Closes #234