]> git.armaanb.net Git - bin.git/commitdiff
meta: switch README to plaintext format
authorArmaan Bhojwani <me@armaanb.net>
Wed, 26 May 2021 14:19:46 +0000 (10:19 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 30 May 2021 04:43:46 +0000 (00:43 -0400)
README [new file with mode: 0644]
README.md [deleted file]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..b91062d
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+bin
+---
+
+Some small programs that make my life a bit easier. Many of them are
+inspired by other people's work and are marked accordingly in the
+script.
+
+Some of these programs are interpreted scripts, whereas others are C
+programs that need to be compiled. The `autobuild` script is provided
+to automatically build all of the C programs, or alternatively, they
+can be run directly with `tcc -run`.
+
+If not otherwise specified at the top of the file, all work in this
+repository is dedicated to the public domain under the terms of the
+unlicense. See the LICENSE file for more information.
\ No newline at end of file
diff --git a/README.md b/README.md
deleted file mode 100644 (file)
index 1faf80c..0000000
--- a/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# bin
-Some small programs that make my life a bit easier. Many of them are inspired by other people's work and are marked accordingly in the script.
-
-Some of these programs are interpreted scripts, whereas others are C programs that need to be compiled. The `autobuild` script is provided to automatically build all of the C programs, or alternatively, they can be run directly with `tcc -run`.
-
-If not otherwise specified at the top of the file, all work in this repository is dedicated to the public domain. See the LICENSE file for more information.