diff --git a/src/uxn_tutorial_day_1.gmo b/src/uxn_tutorial_day_1.gmo index f653ee6..754cf36 100644 --- a/src/uxn_tutorial_day_1.gmo +++ b/src/uxn_tutorial_day_1.gmo @@ -181,7 +181,7 @@ however, we'll use these programs from the command line. the idea is that in order to run a program written in uxntal, the uxn assembly language, first you have to assemble it into a "rom" with uxnasm. then you can run this rom with uxnemu. -for example, in order to assemble and run {darena} that is in projects/examples/demos/ : +for example, in order to assemble and run {darena} that is in projects/examples/old/ : assemble: