installing (and showing some) humility #2034
Answered
by
labbott
SandyWalsh
asked this question in
Q&A
-
Sorry for the n00b question. My cargo-fu isn't 💯 Working against
on ubuntu 24.04
(outside the hubris repo)
Attempting
results in a bunch of compile-time errors ( I must be doing something obvious as I don't see others hitting this problem. My hubris build went fine. Hitting the humility error attempting to flash nucleo. |
Beta Was this translation helpful? Give feedback.
Answered by
labbott
Mar 19, 2025
Replies: 1 comment 1 reply
-
Try |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SandyWalsh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try
cargo install --git https://github.com/oxidecomputer/humility.git humility-bin --locked
(add the--locked
)