summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100755
index 0000000..4784bf0
--- /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/)