# How to run it 1. `nix develop` 2. `cmakeConfigurePhase` 3. `buildPhase` 4. `./src/tutorial_kirigami2` For use gammaray, you need to disable yama security. ``` echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope ``` Then run with, ``` gammaray ./src/tutorial_kirigami2 ```