Update README to use un instead of un2

This commit is contained in:
Russell Ballestrini 2025-12-23 20:38:05 -05:00
parent aa43dbea43
commit 12ade239bd

View file

@ -155,16 +155,16 @@ Each implementation supports:
./tests/run_matrix.sh
```
## Run with un2 (Meta-inception)
## Run with un (Meta-inception)
You can use the main `un` CLI to run these implementations inside unsandbox:
```bash
# Python implementation running inside unsandbox
un2 -n semitrusted un.py test/fib.py
un -n semitrusted un.py test/fib.py
# Rust implementation running inside unsandbox
un2 -n semitrusted un.rs test/fib.py
un -n semitrusted un.rs test/fib.py
# It's turtles all the way down
```