diff --git a/README b/README deleted file mode 100644 index 4c0f51f..0000000 --- a/README +++ /dev/null @@ -1,14 +0,0 @@ -This is a distribution of bigfcc.py, a C++ Class Framework generator - -* Licensing - - This program is released under the terms of the GNU General Public - License (GNU GPL). - - You can find a copy of the license in the file COPYING. - -* Using: - - Bigfcc comes with a complete list of commands that can be seen by - running the command with no arguments. See the man page that comes - with it. diff --git a/README.md b/README.md new file mode 100644 index 0000000..efe4789 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +Fcc is a tool to rapidly generate the basic framework of C++ class and +components. fcc can generate inline files, testing components, and basic +copyright notices + +* Licensing + +This program is released under the terms of the GNU General Public +License (GNU GPL). + +You can find a copy of the license in the file COPYING. + +* Using: + +Bigfcc comes with a complete list of commands that can be seen by +running the command with no arguments. See the man page that comes +with it.