diff --git a/.gitignore b/.gitignore index b1d2cf0..a116061 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /_opam /_build /utils/uxnmin +/.envrc diff --git a/README.md b/README.md index 156bc39..c486be7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,2 @@ Yet another Uxn core, this time as an OCaml library. - It has no dependencies, and depends on OCaml >=5.3 for its effect syntax. - -It was made for use in Llop, a concatenative language targetting the Uxn virtual -machine, but can be used for other purposes. See `exe/uxnemu.ml` for a minimal -Uxn/Varvara emulator that is able to run programs like Drifloon.