From f011da98102d3b19ab44c404cede2ce93847656b Mon Sep 17 00:00:00 2001 From: 20kdc Date: Wed, 30 May 2018 14:11:45 +0100 Subject: [PATCH] Get rid of the 'future' idea. Final commit for r3. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index e1f83bf..81ded3f 100644 --- a/README.md +++ b/README.md @@ -135,9 +135,3 @@ Firstly, for an uncompressed installer (just to test installer basecode), you us Secondly, for a compressed installer, you use `package.sh`. That rebuilds `code.tar` and `inst.lua`, and also prepares the final structure of the repository to upload. - -NOTE! Future OS changes after r2 will be kept in a "future" branch. - -The "future" branch gets rebased onto master and then recreated. - -So expect that.