diff --git a/README.md b/README.md new file mode 100644 index 00000000..4784bf09 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# NSIS + +[![Build Status](https://travis-ci.org/kichik/nsis.svg?branch=master)](https://travis-ci.org/kichik/nsis) + +NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers. It is designed to be as small and flexible as possible and is therefore very suitable for internet distribution. + +## External Links + + * [Simple tutorial](http://nsis.sourceforge.net/Simple_tutorials) + * [NSIS Homepage](http://nsis.sourceforge.net/) + * [User Manual](http://nsis.sourceforge.net/Docs/)