Move the new README into README.md
authorJason Self <j@jxself.org>
Sun, 21 Apr 2019 16:14:44 +0000 (09:14 -0700)
committerJason Self <j@jxself.org>
Sun, 21 Apr 2019 16:14:44 +0000 (09:14 -0700)
README [deleted file]
README.md

diff --git a/README b/README
deleted file mode 100644 (file)
index 66f34d9..0000000
--- a/README
+++ /dev/null
@@ -1,37 +0,0 @@
-The zilutils comprise a compiler and assembler that target the 
-Z-Machine. The Z-Machine is a virtual machine developed by the people 
-at Infocom for their games: <https://en.wikipedia.org/wiki/Z-machine>.
-
-The zilutils are licensed under version 3 of the GNU Affero General 
-Public License or, at your option, any later version. See COPYING for 
-details.
-
-It is currently a work-in-progress. All contributions are welcome.
-
-To build this you will need a C compiler (GCC is assumed although 
-others may work), GNU Autoconf, and GNU Make. Your GNU/Linux distro 
-probably has these already packaged for easy installation.
-
-Once these are installed first run autoreconf --install; then see the 
-INSTALL file for installation information.
-
-Licensing
-=========
-
-This file is part of ziltuils.
-
-You can redistribute and/or modify this file under the terms of the 
-GNU Affero General Public License as published by the Free Software 
-Foundation, either version 3 of the license, or (at your option) any 
-later version.
-
-This file is distributed in the hope that it will be useful, but 
-WITHOUT ANY WARRANTY; without even the implied warranty of 
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
-Affero General Public License for more details.
-
-You should have received a copy of the GNU Affero General Public 
-License along with this file. If not, see 
-<http://www.gnu.org/licenses/>
-
-\$-- SPDX-License-Identifier: AGPL-3.0-or-later
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..66f34d9301ff71888e65e4aee9e40055fb8386e4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -0,0 +1,37 @@
+The zilutils comprise a compiler and assembler that target the 
+Z-Machine. The Z-Machine is a virtual machine developed by the people 
+at Infocom for their games: <https://en.wikipedia.org/wiki/Z-machine>.
+
+The zilutils are licensed under version 3 of the GNU Affero General 
+Public License or, at your option, any later version. See COPYING for 
+details.
+
+It is currently a work-in-progress. All contributions are welcome.
+
+To build this you will need a C compiler (GCC is assumed although 
+others may work), GNU Autoconf, and GNU Make. Your GNU/Linux distro 
+probably has these already packaged for easy installation.
+
+Once these are installed first run autoreconf --install; then see the 
+INSTALL file for installation information.
+
+Licensing
+=========
+
+This file is part of ziltuils.
+
+You can redistribute and/or modify this file under the terms of the 
+GNU Affero General Public License as published by the Free Software 
+Foundation, either version 3 of the license, or (at your option) any 
+later version.
+
+This file is distributed in the hope that it will be useful, but 
+WITHOUT ANY WARRANTY; without even the implied warranty of 
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
+Affero General Public License for more details.
+
+You should have received a copy of the GNU Affero General Public 
+License along with this file. If not, see 
+<http://www.gnu.org/licenses/>
+
+\$-- SPDX-License-Identifier: AGPL-3.0-or-later