diff --git a/README b/README deleted file mode 100644 index 13684c4..0000000 --- a/README +++ /dev/null @@ -1,12 +0,0 @@ -spp - simple pre processor -========================== --pancake - -Configuration: - # Edit the config.h file before typing 'make' - -Build: - make - -Installation: - - make install PREFIX=/usr diff --git a/README.md b/README.md new file mode 100644 index 0000000..18ae876 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +spp +=== + +SPP stands for Simple Pre-Processor. + +Author: pancake nopcodeorg> +License: MIT + +Configuration +------------- +SPP binary can be configured by changing the values in the config.h file, this way you can specify which preprocessors you want to include in the parser. + + # Edit the config.h file before typing 'make' + +Build +----- + $ make + +Installation +------------ + + $ make install PREFIX=/usr