facebookexperimental / hermit

Hermit launches linux x86_64 programs in a special, hermetically isolated sandbox to control their execution. Hermit translates normal, nondeterministic behavior, into deterministic, repeatable behavior. This can be used for various applications, including replay-debugging, reproducible artifacts, chaos mode concurrency testing and bug analysis.
Other
1.17k stars 31 forks source link

README suggestion: "sudo apt-get install -y libunwind-dev #46

Open cameronelliott opened 6 months ago

cameronelliott commented 6 months ago

Hermit is awesome! Very excited to have found this!

One small suggestion: Please add the libunwind-dev step to the README for installation:

sudo apt-get install -y libunwind-dev
cargo build