From 87980a831abebaeb34369c01f0a6f0e44ff3278d Mon Sep 17 00:00:00 2001 From: kichik Date: Mon, 5 Jun 2017 00:34:48 +0000 Subject: [PATCH] add readme with build status partly https://github.com/kichik/nsis/pull/1 git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6866 212acab6-be3b-0410-9dea-997c60f758d6 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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/)