From 83fb20642b9cf3813512a068c2c9e668056810b2 Mon Sep 17 00:00:00 2001 From: zongor Date: Tue, 2 Jun 2026 21:09:54 -0700 Subject: [PATCH] move stuff around --- README.org | 4 ++-- ROADMAP.org => docs/ROADMAP.org | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename ROADMAP.org => docs/ROADMAP.org (100%) diff --git a/README.org b/README.org index cbb3d17..f204edb 100644 --- a/README.org +++ b/README.org @@ -15,7 +15,7 @@ A permacomputing and game oriented programming language. ** Requirements - C compiler that supports C89 -- (optional) POSIX Compliant Shell for build scripts +- =(optional)= POSIX Compliant Shell for build scripts ** Build @@ -30,7 +30,7 @@ cd undar-lang && ./build * Roadmap -[[./ROADMAP.org][Compiler, Plex, Immidate mode GUI, Constructive solid geometry, Tunnels, Actor model]] +[[./docs/ROADMAP.org][Compiler, Plex, Immidate mode GUI, Constructive solid geometry, Tunnels, Actor model]] * License diff --git a/ROADMAP.org b/docs/ROADMAP.org similarity index 100% rename from ROADMAP.org rename to docs/ROADMAP.org